Connected Popup Parameters not working in Popup Linked Report

(3 posts) (2 voices)
  1. nsepetys, Member

    Hello myDBR Representative,

    How are things going? I am having an issue with the connected parameters working on the linked report. I am using the "Creating new database entities (row)" example on your documentation section here to pull up my new record parameter page. While the parameters all load up changing my first popup parameter does not change the results of the popup parameter below it. I confirmed the connected parameters work outside of the linked popup report. Let me know if you need more specifics.

    - Noah

  2. myDBR Team, Key Master

    Noah,
    how does your parameter queries look like? Will be easier if we can replicate your report.

    You can open a support ticket via support email address so you can attach the queries in a SQL file.

    --
    myDBR Team

  3. nsepetys, Member

    With the help of support this issue was resolved when the dynamic div call was changed to use "popup".

    So what was initially:
    'dbr.report', 'sp_DBR_insert_newentry', 'newentry[]';

    became

    'dbr.report', 'sp_DBR_insert_newentry', 'popup';

    This allowed the connected parameters to work in the popup, linked report as designed.


Reply

You must log in to post.