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.

Counting "Other..." values

Featured Replies

Hello all,

When users create a new record they are asked to assign the record to one or more categories using checkboxes. There is an "Other..." option so they can assign their own categories if necessary. I have a tally sheet set up in a related file that counts the number of times each category was selected. Now the users want to be able to also see a list of the values entered into "Other..." and have a count of each value in that list. Is this possible? I'm stumped.

Thanks (yet again!) for your help,

Leah

One way for doing it could be:

1) for the list of non standard entries:

If the number of standard categories is not to high use the following calc otherwise use an looping script

otherEntries=Substitute(

Substitute(Substitute(//as many times as is number of standard categories, iow those assigned with checkboxes//(Substitute(checkBoxField,MiddleWords(ValuListItems(Status(CurrentFilename), "standardCategoriesList"),1,1),""),MiddleWords(ValuListItems(Status(CurrentFilename), "standardCategoriesList"),2,1),""),MiddleWords(ValuListItems(Status(CurrentFilename), "standardCategoriesList"),3,1),""),...MiddleWords(ValuListItems(Status(CurrentFilename), "standardCategoriesList"),n,1),""),

"

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.