type multi values in text box parameter Reporting services 2005

  • Hello All

    I have 5 parameters. Users want to type the multiple values in each parameter and as well as they need the default value to be shown as 'ALL' in all parameters. Is it possible.

    Thanks in Advance.

    Prem

  • I solved it.

    Thanks:)

  • Hello, I was hoping you could say how you solved the problem. I am having the issue right now. I have four parameters, all of which need to accept multiple values. These parameters have a lot of choices, and so the users would like to be able to type in their selections. Also, how did you get ALL to show if the user left the box blank? Please help!

  • =JOIN(Parameters!ParameterName.Value,",")

    or

    =JOIN(Parameters!ParameterName.Label,",")

  • I am an SSRS newbie. Where would you define that function? Is that on the actual WHERE clause of your query?

  • Its a simple expression of SSRS and you can use it in ReportItem (TextBox).

  • This is best done using a multi value parameter.. This is available in ssrs 2005 and above.

  • Bob,

    A multi-value parameter doesn't allow for the value to be typed in. I actually don't know of any type of parameter that does. Is there one? Tx.

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply