Dear good morning
I have a problem with the dbr.sum function when I use it with information from a remote call. Directly it does not totalize anything, the rest works everything well.
select 'dbr.remote.call', 'sp_DBR_show_MultiVentaMadrid';
select 'dbr.parameters.show';
select 'dbr.title', concat('Statistics summary Madrid ', inStartDate, ' - ', inEndDate);
select 'dbr.sum', 'Neto','Impuesto','Bruto';...don't wotk
END
Regards