autodelete after 30days filter

Forum for questions and support relating to the 1.24.x releases only.
Locked
barrydocks
Posts: 42
Joined: Mon Aug 10, 2009 3:15 pm

autodelete after 30days filter

Post 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 :?
PacoLM
Posts: 971
Joined: Wed Dec 02, 2009 9:55 pm
Location: Spain

Post by PacoLM »

Hi,

Try with this configuration:

Date, less than or equal to, -30 day

Hope it helps,

PacoLM
Schuhkasten
Posts: 48
Joined: Thu Jun 03, 2010 6:43 am

Post by Schuhkasten »

where can you set this option?
PacoLM
Posts: 971
Joined: Wed Dec 02, 2009 9:55 pm
Location: Spain

Post by PacoLM »

You have to create a new filter
barrydocks
Posts: 42
Joined: Mon Aug 10, 2009 3:15 pm

Post by barrydocks »

Thanks, knew it was something simple!
Locked