I have a parameter setup that has Allow multiple values selected. I need for the parameter to be able to select from the drop down of default values of one are more of the values or to leave it blank to select all values that are setup in the default values.
The default values does not contain all values in the field only selected values are needed.
If I remove the Allow multiple values, the report works fine, but I need for them to be able to choose from the default or leave blank for all. And if it is blank then it would pull all values in the default.
The below is what I have in select expert:
(if {?Name} <> "" then(
instr(UpperCase({?Name}), UpperCase({table.Name})) > 0)
else
true)
When I run the report, I get the message This Array must be subscripted.
Any suggestions would be appreciated.
I am on Crystal 8.5
The default values does not contain all values in the field only selected values are needed.
If I remove the Allow multiple values, the report works fine, but I need for them to be able to choose from the default or leave blank for all. And if it is blank then it would pull all values in the default.
The below is what I have in select expert:
(if {?Name} <> "" then(
instr(UpperCase({?Name}), UpperCase({table.Name})) > 0)
else
true)
When I run the report, I get the message This Array must be subscripted.
Any suggestions would be appreciated.
I am on Crystal 8.5