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.

Sum column of found set without relationship of sum field

Featured Replies

I am sure this has been answered thousand time, search sum, found set, is hard to narrow down.

I have my search returned in a list view. some records are tagged with 1. Those are the records I would like a count within a script.

Can this be done without relationships and extra fields?

some records are tagged with 1. Those are the records I would like a count

Found set is best summarized by summary fields. If the other records are tagged as <empty>, you can simply count the tag field.

  • Author

Found set is best summarized by summary fields. If the other records are tagged as <empty>, you can simply count the tag field.

Thanks Comment, I was trying to avoid more fields. (trying to keep it lean)

I am running a script and populating variables for display only.

Currently I came up with a solution using two custom functions.

http://www.briandunning.com/cf/1093 - GetFoundSet

http://www.briandunning.com/cf/1116 - SumList

Thanks Comment, I was trying to avoid more fields. (trying to keep it lean)

I am running a script and populating variables for display only.

Currently I came up with a solution using two custom functions.

http://www.briandunning.com/cf/1093 - GetFoundSet

http://www.briandunning.com/cf/1116 - SumList

There is a single CF that will do it:

http://www.briandunning.com/cf/1275

I was trying to avoid more fields.

So how about:

New Window []

Constrain Found Set [ Specified Find Requests: Find Records; Criteria: YourTable::Tag: “1” ] 

Set Variable [ $countTagged ; Get (FoundCount) ]

Close Window [Current Window]

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.