Carey, they have to use AND instead of OR. Thanks,
Gary Opela, Jr Sr. Remedy Developer Leader Communications, Inc. 405 736 3211 -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Carey Matthew Black Sent: Tuesday, January 08, 2008 8:25 AM To: [email protected] Subject: Re: need help to figure out $TIME$! Well... we are talking about a filter qual here right? If so... the simple answer is the easiest... if this work for "part a":6PM-6AM ( ($TIME$ >= (60 * 60 * 18) ) OR ( $TIME$ < (60 * 60 * 6)) ) Then this should work for "part B":6AM-6PM NOT(( ($TIME$ >= (60 * 60 * 18) ) OR ( $TIME$ < (60 * 60 * 6)) )) After all we are talking about 50% of they day in one part and the "other 50%" in the other part. HTH -- Carey Matthew Black Remedy Skilled Professional (RSP) ARS = Action Request System(Remedy) Love, then teach Solution = People + Process + Tools Fast, Accurate, Cheap.... Pick two. On Jan 8, 2008 12:38 AM, Elinore AR <[EMAIL PROTECTED]> wrote: > hi patrick, > > i do not have probs with testing time from 6PM-6AM as it this works > perfectly: > > ( ($TIME$ >= (60 * 60 * 18) ) OR ( $TIME$ < (60 * 60 * 6)) ) > > however, for 6AM-6PM, this one doesn't work: > > ( ($TIME$ >= (60 * 60 * 6)) AND ($TIME$ < (60 * 60 * 18)) ) ________________________________________________________________________ _______ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

