sql-server-2008reporting-servicesssrs-2008

Using the IN operator to filter in reporting services


Can anyone advise what the syntax should be when using the IN operator within a table filter. I have tried the below but the snytax is wrong:

enter image description here


Solution

  • If you just change the Value property and just add a comma separated list of values that should work:

    enter image description here

    This worked for me in a quick test, anyway.

    Books Online seems to be pretty light on examples, but I did find one reference; see the In example in Commmonly Used Filters. It would be nice if this was explained better.