Linked report base on row value

(4 posts) (2 voices)

Tags:

No tags yet.

  1. spyhunter88, Member

    Hi,

    I have a requirement from client about feature to only show Link Report in row with col1 = 'ABC' or other. From now, the linked report is shown in all rows.

    Can you please add this function.

    Thanks,

  2. myDBR Team, Key Master

    You can use the show_link-option.

    See documentation.

    --
    myDBR Team

  3. spyhunter88, Member

    Hi team,

    I've tested with this function but got error in the following case. Let look at simple report:
    DROP PROCEDURE IF EXISTS sp_DBR_Demo_sum_error $$ CREATE PROCEDURE `sp_DBR_Demo_sum_error`() BEGIN select 'dbr.report', 'sp_DBR_Demo_sum_error', 'new_popup', '[Customer]', '"Link1"'; select 'dbr.report', 'sp_DBR_Demo_sum_error', 'new_popup', '[Customer]', '"Link2"'; select 'dbr.report', 'sp_DBR_Demo_sum_error', 'new_popup', '[Customer]', '"Link3"', 'show_link=([Customer]=="B")'; select 'A' as Customer, 123 as Val union select 'B' as Customer, 456 as Val union select 'C' as Customer, 789 as Val; END $$

    Links don't show when I have more than 2 linked reports.

    Now I still use 3039 build number.

    Thanks,

  4. myDBR Team, Key Master

    The issue has been fixed in the latest build. Just run the updater.

    Thanks for reporting this.

    --
    myDBR Team


Reply

You must log in to post.