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?