Dynamically setting drill-down tab names
Posted: Mon Mar 24, 2025 8:52 pm
We have a drill-down report for accounting data and would like to set the tab name to the account number used as a parameter to open the detail report. The drill-down is using a new page for the detail report.
For instance - we click on an amount in the line of our main report for account number 101. When the drill-down report opens, I would like the tab to read something like "Cash Details - Account 101"
I would assume this could be done in the Viewer.onInteraction method but when I look at the event parameter that is passed I don't see any way to determine the data from the current row in the master report.
For instance - we click on an amount in the line of our main report for account number 101. When the drill-down report opens, I would like the tab to read something like "Cash Details - Account 101"
I would assume this could be done in the Viewer.onInteraction method but when I look at the event parameter that is passed I don't see any way to determine the data from the current row in the master report.