DASL 'today()' code

B

Bruce Emerick

In the following string, I'm trying to modify the last value "<
'today()', which shows forms with a disable date before today's, to
show forms 30 days before today's date.

("DAV:isfolder" = false AND "DAV:ishidden" = false) AND
(("http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/TaskComplete"
= 0 AND "http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/AccountNY"
= 1 AND "http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/DisableDate"
< 'today()'))

Any suggestions, solutions?

Thanks,
Bruce
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top