I tried qualification that you suggested Don and got the same outcome. Thanks Brian
On Jul 23, 4:19 pm, Don McClure <[EMAIL PROTECTED]> wrote: > Have you tried a slight Boolean modification: > (( 'Status' != "Closed") AND ( 'Status' != "Resolved") AND > ( 'Status' ! = "Cancelled")) > AND > (( 'Assignee Login ID' = $USER$) OR ( 'Assignee > Login ID' = $NULL$)) > I took the liberty of some whitespace--important point is that the > 'Login ID' checks must be in one set of parentheses--else > de Morgan's law will undo your logic! > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.orgARSlist:"Where the > Answers Are" > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.orgARSlist:"Where the > Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

