Scheduler attachment limits

Scheduler attachment limits

I can use the following code on the criteria section of a view but if instead I include the code in the crieria section of an attachment it will not save. What I want in the attachment is only records added in the last week.

(Added_Time >= (zoho.currentdate  -  '1W:0D:0H:0M:0S') && Added_Time < zoho.currentdate)

Herb Wexler