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.

Conditional value list for active records

Featured Replies

FM 12. Each record has Status field which is either active or inactive. Is it possible to setup a conditional value list so it displays data from records Status = active?

Create a new table for the value list, at least 2 fields, list name in this case active/inactive  and the value field. tie together with relationship   and use this as your value list.

FM 12. Each record has Status field which is either active or inactive. Is it possible to setup a conditional value list so it displays data from records Status = active?

 

One way to do this is to define a calculation field =

 

Case ( Status = "active" ; YourValueField )

 

then define the value list to use values from this calculation field instead of the "real" field.

 

 

Create a new table for the value list, at least 2 fields, list name in this case active/inactive  and the value field. tie together with relationship   and use this as your value list.

 

???

I use Comment's method.

 

May I further suggest thinking about such toggle fields differently. Just have flag_Active, a number field. Format it as a checkbox with a value list of 1 or use the boolean formatting available on the Inspector. Number fields are smaller to store.

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.