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"

