Celshader Posted March 10, 2010 Posted March 10, 2010 (edited) I want to perform a script on records created in the last 90 days. I would start out the script with a Perform Find command, based on the date created field, but now can I format this to show only records from the last 90 days. I tried using the "Todays date" symbol ( // ) and subtracting 90 from it and then doing a range ( ... ) from that calculation to the current date, but that didnt seem to work (syntax error). Edited March 10, 2010 by Guest
mr_vodka Posted March 10, 2010 Posted March 10, 2010 Enter Find Mode [] Set Field [ DateCreation; ">=" & Get ( CurrentDate ) - 90 ) ] Perform Find []
Recommended Posts
This topic is 5645 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now