Hi:
I have this page, it is runing fine for single value parameter. Now I am trying to pass multiple values from that parameter and to do so I checked mark the multivalued box for that report parameter. But, I am not able output any of the selected Items...please explain in detail. Thanks,
Rohit

Multi-Valued Parameters
sophmoricinbehavior
Is your list dataset property set Another way is to put the charts and tables in a subreport and then call the subreport from a table sending it the parameter for witch you want it to display.It's hard to tell mor without any more info...
kalprin
Thanks, I am not getting errors any more. But there is another problem that it is only giving me the first value. How can I get all the other values
Thanks.
A.Issa
if your problem is in the where clause of your dataset query try this:
Instead of using "...WHERE field=@Parameter..." try "...WHERE field IN (@Parameter)..."
Hope it works...
Evgeny Popov
anomolous
Rafael Leonhardt
Larry_t
Kiumo
Hauri
I tried that but it didn't work. I am still getting the same name repeated, also non of the charts and tables repeat either. The only thing that repeat is the text box where I have the name of the parameter. Can you show me how can I get the charts and tables and every thing in the list to repeat also I also have this hidden parameter which gives me the selected parameter. When I clicked on the multi value for the hidden parameter, I started getting the #ERROR instead of the name. Please help.Thanks.
Andrew Mayorov