Click here to Skip to main content
15,886,422 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am developing SSRS reports with charts functionality. Charts name has to be shown depending on the site selected by user from parameter @site drop down list. I have single chart inside a list and repeated on group Parameters!site.value.

Consider if users select more than 25 sites, each site name should populate in "Chart Name" title with 25 charts.
Any thoughts would be of great help.
Thanks!
Aj

What I have tried:

I have used Join(Parameters!site.value,",") and IIF funciton but these only join them as all. Charts inside List item to repeat for every @site selection.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900