problem with remote call (dbr.remote.call)

(3 posts) (2 voices)

Tags:

No tags yet.

  1. mfiorentino, Member

    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

  2. myDBR Team, Key Master

    You should put all formatting (including dbr.sum) into the sp_DBR_show_MultiVentaMadrid-report as it is executed after the actual remote call (declared with dbr.remote.prepare) has been executed.

    --
    myDBR Team

  3. mfiorentino, Member

    ok thanks


Reply

You must log in to post.