Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

List View - complex filter

Status
Not open for further replies.

dachaney

IS-IT--Management
Sep 3, 2001
84
0
0
NL
When defining a view on a list is it possible to specify the order that the filter options are applied when you have more than one filter requirement.
You can specify AND and OR but can these be grouped together with brackets?

eg a list of products with types & status's

(type=A OR type=B) AND (status=1 OR status=2)

the view definition allows you to enter the following

type=A OR type=B AND status=1 OR status2

but this is interpreted as

(type=A OR type=B AND status=1) OR status=2

and returns any products of status=2

Any ideas ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top