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

Validate by Value List With Exceptions (Value List and calc)

Featured Replies

Is there a way to do this?

Thanks!

  • Author

I should have said validate by a value list OR a calc, because value list AND a calc is there already.

I need to validate by a value list and have some exceptions that are not part of the value list but will let the validation pass.

You have to validate by calculation alone. In your calculation, check if the entry is a member of the value list OR is an exception.

  • Author

Thanks comment.

I don't see a way in a calc to validate if a field's data is part of a value list, could you point me in the right direction?

Try:

not IsEmpty (

FilterValues ( ValueListItems ( Get (FileName) ; "yourValueList" ) ; ValidatedField )

)

  • Author

Thanks Commnet!

Works like a charm, I have the field validating off of 2 value lists!

not IsEmpty ( FilterValues ( ValueListItems ( Get (FileName) ; "ValueList 1" ) ; CAO Number ) ) or not IsEmpty ( FilterValues ( ValueListItems ( Get (FileName) ; "ValueList 2" ) ; CAO Number ) )

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.