hullo
i'm using SSRS 2008
i'm trying to do a filter that says
[FieldA] = list of values from a parameter
OR
[FieldB] = list of values from a parameter
now...this isn't very easy is it?
I can get a filter working for the AND
and it seems the OR isn't an option, so my question boils down to a simpler one...
how do I do a filter expression that looks like
=Fields!Field1.Value In Parameters!param.Value
but works?
it doesn't like "In"
and I assume I do it to return a boolean