We have a crosstab report with four columns (Option 1, Option 2, Option 3, and Option 4). Depending upon which column the user clicks, we want to pass the option name to the child report to alter how the child report behaves.
In a list view, I am able to accomplish this functionality by adding a data item to the query, giving it a static value (ex. 'Option 1') and passing that data value as the parameter to the child report. However, the crosstab report is passing null when I attempt this. I'm assuming its something to do with dimensional vs. relational but am unsure.
Any suggestions?
In a list view, I am able to accomplish this functionality by adding a data item to the query, giving it a static value (ex. 'Option 1') and passing that data value as the parameter to the child report. However, the crosstab report is passing null when I attempt this. I'm assuming its something to do with dimensional vs. relational but am unsure.
Any suggestions?