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.

Value Lists in Calculations

Featured Replies

I have a training database that lists individual classes (fields) as a checkbox. When the student completes all of the training courses designated and all of the checkboxes have been checked, they are "Qualified" and a calculation field is set as "Qualified". I've been trying to change the calculation field to work with a Value List instead of individual fields, but have not been successful. Here is a shortened version (there are too many fields to list) of the present calculation:

If(

gt_electrical safety = "yes" and

gt_fire prevention = "yes" and

gt_fire extinguishers = "yes" and

gt_office safety = "yes" and

gt_first aid = "yes" and ,"QUALIFIED",""

Is there anyway of getting the same result using a Value List?

Thanks,

Try this.

field Classes shown as a checkbox with a value list of all your classes.

Then your results Calc field could be:

Let ( [ a=ValueCount ( ValueListItems ( "FileName" ; "ClassList" )); b= ValueCount ( Classes ) ]; If ( a= b; "Classes Completed"; b & " classes done")

)

However, you might want to also have your list of classes in a seperate table, and generate your value list from that table.

Edited by Guest

  • Author

Thank you! I'll try that.

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.