Posted 3 September 2019, 3:14 am EST
Hi,
I have a TextBox.
I have a multivalued page parameter of type integer.
I want to set the text in this TextBox based on page parameter.
Forums Home / ActiveReports / General Discussion
Posted by: ashna.asif on 3 September 2019, 3:14 am EST
Posted 3 September 2019, 3:14 am EST
Hi,
I have a TextBox.
I have a multivalued page parameter of type integer.
I want to set the text in this TextBox based on page parameter.
Posted 3 September 2019, 3:18 am EST
Hello,
You can set the expression of the textbox to “=Join([@ReportParameter1], “,”)”. Please refer to the attached report to implement the same.
Thanks.
rpt_Para.zip
Posted 3 September 2019, 5:13 am EST
Thanks,
This worked.