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

Hi All,

I want to validate a field to be not empty and contain a specific number of digits if the text in another field meets specified criteria.

I have a field called Account_type, if the choice in that field is "Account" then I want to force the inclusion of a ten digit account number in the Account_Number field but only if the text "Account" is specified. I know this should be an easy If or Case statement but I am not getting it right.

Case(

account_type = "Account" ;

not isempty( account_number) and length( account_number ) = 10 ;

1

)

Try =

Account_Type ≠ "Account"

or

Length ( Account_Number ) = 10

  • Author

Case( account_type = "Account" ; not isempty( account_number) and length( account_number ) = 10 ; 1 )

Thank you Vaughan, that works. Would you explain the 1 as the second part of the Case statement please.

  • Author

Try =

Account_Type ≠ "Account"

or

Length ( Account_Number ) = 10

Thank you Comment, this also works. Is there a functional difference between this and Vaughan's method

There is no logical difference between them.

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.