Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5372 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (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 by Guest
Posted

Enter Find Mode []

Set Field [ DateCreation; ">=" & Get ( CurrentDate ) - 90 ) ]

Perform Find []

This topic is 5372 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.