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.

Summary for checkbox field

Featured Replies

  • Newbies

I have a checkbox field with 3 choices in it ("Math", "Science", and "GLOBE"). I want to get a summary of how many records in a found set have a particular choice selected. Some records have more than one choice selected, so I would want that to be reflected in the summary for each choice. How would I do this?

You could create 3 calculation fields with something like Case ( field = "Math"; 1 ), and then use a summary field to add each of those totals...

OR, you can just get rid to the original field all together and use just the three fields with a single boolean valuelist checkbox.

This is usually what I use, and LaRetta has graciously provided a write up on it already. She always makes my life easier because instead of me having to type everything out again, usually she has great thorough posts that I can just easily reference.

:woohoo:

LaRetta's post regarding boolean checkboxes

You could create 3 calculation fields with something like Case ( field = "Math"; 1 )

This is too hasty a suggestion, because of the very nature a field with several checked boxes checked, exhibits the check-order the user entered them... should instead be:

Sign(PatternCount("Math";field))

...but still one fore each box availiable though!

--sd

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.