Several linked reports to the same list

(4 posts) (2 voices)

Tags:

No tags yet.

  1. kajo, Member

    I'm trying to link several reports to the same list, but without any success. Seems like a new one list per report. Is there any way to do this?

  2. myDBR Team, Key Master

    Are you using the Premium version? No limitations there. You can have unlimited number of linked reports linked to a result set.

    --
    myDBR Team

  3. kajo, Member

    Yes, I'm using premium. Here is my code:
    "select 'dbr.report','sp_DBR_weight', 'weight', 'inMachine=[machine]';
    select 'dbr.report','sp_DBR_fuel', 'fuel', 'inMachine=[machine]';
    select 'dbr.list', 'hlist';

    select 'Excavator', 1 as machine
    union
    select 'Wheel loader', 2 as machine
    union
    select 'All', 5 as machine;

    select 'dbr.embed_object', 'weight';
    select 'dbr.embed_object', 'fuel';"

    Only 'sp_DBR_weight' is shown when I choose an item from the list.

    What is wrong?

  4. myDBR Team, Key Master

    Most likely reasons for this are:

    1) sp_DBR_fuel stored procedure is created, but it is not attached as a report
    2) User using the report does not have access rights to sp_DBR_fuel-report
    3) You are using myDBR using Community license

    --
    myDBR Team


Reply

You must log in to post.