I have an RS report with a basic table set up, I've set it up to hide specific columns if a custom specified value is selected. Parameter is set like so:
Label | Value
Select All | 1
Select 1 | 2
Select 2 | 3
Select 3 | 4
Then in the tablix column visibility its set to:
=Parameters!Client.Value <> 1
However I ideally want to set it to select more than one of the parameter values however I get:
The Hidden expression for the table 'tablix' contains an error: operator <> is not defined for the type Object() and type integer .
Any ideas?


