The OR is only available if you use multiple filter expressions and they are
identical.
Also, you can write filter expressions like this:
Expression: =(Fields!A.Value = "A") OR (Fields!B.Value = "B")
Operator: =
Value: =True
--
This posting is provided "AS IS" with no warranties, and confers no rights.
[quoted text, click to view] "Matt Smith" <someone@blab.com> wrote in message
news:uEnF9GF7EHA.3944@TK2MSFTNGP12.phx.gbl...
> Under the Filters tab of the properties of several objects within the
> Reporting Services report designer their are 3 columns that correspond to
> the child tags of the filter tag. There is also a fourth column labelled
> 'And/Or'. This column seems to always be greyed out, and automatically
> places and 'AND' between compound conditions. I would like to be able to
> put in an OR but cannot seem to find any way to do it. The documentation
> that I have found does not even mention this column, and there does not
seem
> to be a tag associated with it. I have tried using logical operators
within
> the 'Expression' column, however the length of this column is pretty
> limited. is there any way to use the 'OR' between multiple filter
> conditions?
>
>