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.

Featured Replies

I have 2 fields and Fields A and Field B and i want the combination of both to be unique ie field A & field b to be unique value. How would you get it to check this not using a script. I cannot get it to work I think I have tried everything but do not want to use a script.

e.g

Field A = hello

Field b = Simon

I want to check that this has not been used before. I tried concatinating the 2 hellosimon using the autoenter but this then does not check if it is unique.

Thanks

Create a field:

Combo (calculation, text, indexed) = Field A & Field b

Create a self relationship (to the same file) with

Combo matching Combo. Call this relationship "SelfByCombo"

Create a field:

ErrorMessage (calculation, text) =

If (Count(SelfByCombo::Field A) > 1), "Error-Duplicate", "")

This self relationship looks for other records with the same values for Field A and Field b. If others exist, the ErrorMessage field displays text to tell you.

-bd

  • Author

thanks all working corectly now Cheers

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.