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

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

Recommended Posts

Posted

I think there is probably a simple answer to this, but I can't seem to find it. Is there some easy way to enter the name of a field in a find request? I'd like to find all records where one date field contains the same value as another date field in the same record. I can't seem to find the answer to this anywhere in the documentation. Please help.

Posted

I'd create a calculation text field called "DateMatch" where:

DateMatch = if(IsEmpty(Date1)=0 and Date1 = Date2, "Yes", "No")
then do a find for "Yes" in DateMatch.

This topic is 8249 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.