Multi-Valued Parameters

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



Answer this question

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

    Now i think you have to set the group on the list to the field that you have the multivalue signed to.

  • anomolous

    Visual Studio
  • Rafael Leonhardt

    Are you in Report Builder or VisualStudio

  • Larry_t

    On "list Properties" in the "General" tab you have a "Edit Details Group Button", try that!

  • Kiumo

    Actually, I have a set of charts and tables, that I want to repeate with the respective data for each value selected. So for that I put them in the "list", but I don't know how is it going to work.
  • 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

    I didn't understand what to do. I went to "list properties" and I couldn't find Group on there, but I did find a sort on. Can you please explain me Thanks.
  • Multi-Valued Parameters