Forum Discussion
rogerdea
Helper IV
3 years agoReport Builder - Display selected parameters on report page
Hello Is it possible to show parameter selections on a report builder paginated report? e.g. I have a list of years and as users could be printing out the report, is would be important to know ...
rogerdea
Helper IV
3 years agoThanks for the reply, I did as you suggested by entering =Parameters![DateTableYear].Value into a text box, but it's returning #error on the report.
My Parameter:
Any ideas why? It correctly changes the text in the box to <<Expr>> so i know it's accepted the code.
Thanks
jrunion2
3 years agoNew Member
Use this instead--- replace "DateTableYear" with your parameter name and it'll display your chosen parameters in a text box, separated by commas.
=Join(Parameters!DateTableYear.Label, ", ")