Filter using and instead of or

In the filter dialog box I have 3 filters that I would like to use. I would like them to be applied as 1 or 2 or 3 but on the filter dialog box the And/Or column is greyed out and And is selected so I get 1 and 2 and 3. What am I doing wrong?
[250 byte] By [fark] at [2007-12-25]
# 1

I found a work around:

In the Filter list dialog box in the expression box I entered: =IIF(Fields!DesignManager.Value = Parameters!PersonParam.Value Or Fields!ConstructionManager.Value = Parameters!PersonParam.Value Or Fields!OwnerContact.Value = Parameters!PersonParam.Value, 1, 0)

In the operator box I had it set to: =

In the value I put: =1

This combines all my or operators into one expression in the filter box and allowed me to organize them the way I wanted them.

Is not being able to Or in the and/or field a Visual Web Developer issue? Is this only enabled in Visual Studio? I have Visual Studio installed at home but I keep forgeting to look.

fark at 2007-10-8 > top of Msdn Tech,Visual Studio,Visual Studio Report Controls...

Visual Studio

Site Classified