On 03/09/2010, at 5:59 AM, Gareth Tupper wrote:
> That sounds great.  Currently, I can build a search that says:
> Status != 'resolved' AND LastUpdated < '2010-09-02' 
> 
> What's the correct syntax for something like:
> 
> Status != 'resolved' AND LastUpdated < (TODAY-3) 


RT uses Perl's Time::ParseDate module for parsing dates, so anything accepted 
by Time::ParseDate will do...

This:
        LastUpdated < '3 days ago'
would be my preference, but:
        LastUpdated < '- 3 days'
will also work.

Regards,
Tom



RT Training in Washington DC, USA on Oct 25 & 26 2010
Last one this year -- Learn how to get the most out of RT!

Reply via email to