SSRS Multi-Value Prompt Default

  • I have a multi-value prompt in my SSRS report. I need the prompt default to include all values and to read "ALL". How do I do this?

  • You need to create a separate datasource that returns a datatable filled with the default values you want selected. You can't make it select the "All" but you can get it to check the boxes for all the items in the list.

    For instance if the Datasource for the Multi-value parameter returns possible values of

    1

    2

    3

    and you want those all checked, then create a second datasource that returns the same values and set the default value for the paramater to the second datasource. I've done this many, many times.

    Don Shields

  • You can also use the same data source for both the default and available values.



    Dan Guzman - Not the MVP (7/22/2010)
    All questions have to be prefaced by Server version and 'according to MS Docs' or 'my own personal opinion based on how much detail I felt like digging into at the time.'

  • That is true. A separate data source is needed when you you want something differnt than all values to be checked as defaults.

    Don

Viewing 4 posts - 1 through 3 (of 3 total)

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