Bar Chart Drill-Down passing parameter to other report
Posted: Wed Apr 25, 2012 6:22 am
I would like to ask how to pass the parameter to another drill-down report but not to drill-down page with series value.
The setting of Interaction --> "Drill-Down Enabled" = True and Drill-Down Report = 'abc.mrt'
Where should I put the parameter for passing?
1. In the main chart interaction --> "Drill-down parameter? And need to Enable the Drill-Down also?
2. What is the syntax? I have tried to pass the argument of the chart to the drill-down report and enter (this["SeriesArgument"] or (string)this[""SeriesArgument"]) in the parameter expression. However, there have no luck to get back the value in the drill-down report (not Page).
The setting of Interaction --> "Drill-Down Enabled" = True and Drill-Down Report = 'abc.mrt'
Where should I put the parameter for passing?
1. In the main chart interaction --> "Drill-down parameter? And need to Enable the Drill-Down also?
2. What is the syntax? I have tried to pass the argument of the chart to the drill-down report and enter (this["SeriesArgument"] or (string)this[""SeriesArgument"]) in the parameter expression. However, there have no luck to get back the value in the drill-down report (not Page).