Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Finding between fields

Featured Replies

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

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

  • Author

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?

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...

Is there a way to do this in the find criteria and not with a calculation or script?

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.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.