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

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

Recommended Posts

Posted

Hi,

I'm sure this is a basic question, but I can't figure it out. I would like to do a find that compares the values in two fields (for instance, work address 1 and preferred address 1) and comes up with those records that have the same values in the two fields. I'm doing this over a network, so I don't have the option of creating any new fields.

Thanks,

Tiger

Posted

Have you tried using the "Exact function", it appears to be what you want.

Exact(original text, comparison text)

If the text match exactly, including length of text and uppercase and lowercase usage, the result is 1 (True). If the text do not match, the result is 0 (False)

You could then use the result of the calculation to do a find on.

HTH

Lee

cool.gif

Posted

Thanks Lee,

I think that would require that I create a new field for the "exact" function. Is there anything I can do without creating a new field?

Posted

There isn't any function that I know of that can't be used in either a calculation or a script.

Here is a script that will find the Exact and Omit the Non Exact.

Go to Layout [
  • 2 weeks later...
Posted

I guess you can't define relationships, either?

If you can, define SelfJoin = Address1<->Address2

Place SelfJoin::Address2 on a layout and find the not empty ones.

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