Forum Discussion
stevenamani
6 years agoAdvocate II
Paginated Report Multi-Value Parameters on EmbedUrl Do Not Work
I have a very simple paginated report with one multi-value parameter. When I set the values via the embed URL, the parameter values are not passed correctly to the report and only one value is passed...
stevenamani
6 years agoAdvocate II
To expand, I have made a small test. I added a text box to the report whose expression is: =join(Parameters!HospitalName.Value,"|"). When I run the report in the viewer or using the normal url, the text box shows all the selected values. However, when I use the rdlEmbed, it only shows the first selected value. This has got to be a bug and we really need it fixed urgently.