Only one filter can enter


Would like to know is there only one filter we can other, that is
we can only filter by one condition

TSE
6th Aug 2006

You can filter on multiple conditions by surrounding the test with round brackets and separating them with the vertical bar, ie:

(Blue)|(Red)|(Green)

would match when the subject contains Blue, Red or Green.

Tony Edgecombe
7th Aug 2006