i am trying to use the in operator on a table in the grouping and sorting windows - filter tab.
Expression := left(fields!field1.value,1)
Operator:= In
Values:= 1,2
I have tried multiple combinations (1,2), "1","2". None of them seem to work.
Would anyone know what is the correct syntax to use the IN operator on the table?
Thanks,
Expression := left(fields!field1.value,1)
Operator:= In
Values:= 1,2
I have tried multiple combinations (1,2), "1","2". None of them seem to work.
Would anyone know what is the correct syntax to use the IN operator on the table?
Thanks,