Using SSRS and MDX
Goal: pull parameter value and show it as the header text for a column
Specs: parameter value is in MDX format.Only one parameter value at a time report generation. This value is populated based on what the person clicked in previous report.
i.e. If the person clicks on Did You Get Proper Help? Hyperlink, the next report will have the following value for TextName parameter
[Questionnaire].[Question Hierarchy].[Question Name].&[Did You Get Proper Help?]
I want to show just “Did You Get Proper Help?” as the name of the header in one of the columns without the other stuff.
The ”Did You Get Proper Help?” is just an example of many options the user can click on in previous report. Based on what text hyperlink they click, the parameter value will be populated and that is what I need to show as the header name of one of the columns.
I am not sure how to tackle this problem.
Thank you