Hi all
I am trying to filter a table in reporting services 2005 using the "In" operator. If I use the following code then I get results back but I cannot figure out how to add other requirements.
I have tried the following all with no success.
Does anyone know what the correct syntax is?
Thanks in advance.
I am trying to filter a table in reporting services 2005 using the "In" operator. If I use the following code then I get results back but I cannot figure out how to add other requirements.
Code:
=("e")
Code:
=("e, f")
Code:
=("e"), ("f")
Code:
="e, f"
Thanks in advance.