Viewing post 1 (of 1 total)
When using IN be sure your parameter is not set to the first value:
=Parameters!NameofParam.Value(0). This is the default. Remove the "(0)" and you'll get the array automatically.
NameofField.Value
IN
Parameters!NameofParam.Value
January 19, 2015 at 2:48 pm
#1771244