Hi,
I know I can use caption function to pass the label when I’m performing a drill-through.
I can build a dataitem with caption([Dimension]), this will pass the label.
If i need to pass the label for the parameter (prompt), is it possible to do?
Thank-you!
Anyone?
Thank-you!
Hello Nichole,
Not sure if you need the name of the parameter or the control.
If it's the parameter, you can use:
ParamName('parameterName')
Returns parameter name of the variable identified by parameterName.
When I'm passing the parameter value to the child report, I pass SID's. Like '88'. Bit i need to pass the label not the SID. The only way i know how to pass the label is to use Caption(..... in the report and then specify to pass dataitem value.
But how can i use caption( for a parameter????
Thank-you!