Page 1 of 1

autodelete after 30days filter

Posted: Sat Mar 05, 2011 12:04 pm
by barrydocks
Having a little trouble setting up a filter to remove events based on the date. I am sure there is something small I have over looked. I have tried a filter

Code: Select all

greater than -30days
but this brings up all the events (zm has only been recording for 3 days). Also tried

Code: Select all

greater than -30 days

Code: Select all

greater than 30 days ago

Code: Select all

greater than -1month

Code: Select all

greater than 30days
did nothing but neither did:

Code: Select all

greater than 2days


Very confused :?

Posted: Sun Mar 06, 2011 6:20 pm
by PacoLM
Hi,

Try with this configuration:

Date, less than or equal to, -30 day

Hope it helps,

PacoLM

Posted: Sun Mar 06, 2011 8:16 pm
by Schuhkasten
where can you set this option?

Posted: Mon Mar 07, 2011 6:21 am
by PacoLM
You have to create a new filter

Posted: Mon Mar 07, 2011 9:42 am
by barrydocks
Thanks, knew it was something simple!