Report Builder Multivalued Parameter Selection

  • I am trying to use the values in a Multi Value Parameter to control the number of charts to display. But I am running into a problem when I try to select a nonexistent value. The number of charts will vary depending on what group is select so the number of parameters will change with each selection.

    Example

    =Parameters!ParameterName.Label(1) returns the first value

    =Parameters!ParameterName.Label(2) returns the second value and so on but if I have only 2 parameters in the array and I try

    =Parameters!ParameterName.Label(3) I get “#Error” and cannot find a way to catch this error.

    Any Ideas?

  • Make your multi value parameter sensitive to the number of charts that can be displayed so you can only select an appropriate number.

Viewing 2 posts - 1 through 2 (of 2 total)

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