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.

Summarize field if another field equals a set parameter

Featured Replies

I have a table with 2 fields, one called Charge and another called type.

The Type field is a drop down menu with the following selections: Debit, Cash, Check, Finance

So the table looks like this:

Debit $500(Charge Field)

Cash $200(Charge Field)

Debit $300(Charge Field)

Total (Summary Charge Field)

 

I'm trying to create a field that just summarizes the Charge Field when Type = Debit. So I can break down and summarize each type separately.

What is the best way to do this?

One possible approach is to make a calculated field:

Case( Type = "Debit" ; Charge )

... and summarize that.

I'm trying to create a field that just summarizes the Charge Field when Type = Debit. So I can break down and summarize each type separately.

What is the best way to do this?

The best way is to produce a summary report. Find the records you want to report on (e.g. by date range), sort them by Type, and show them in a layout that has a sub-summary (when sorted by Type) part.

Place a summary field defined as Count of [Type] (or any other field that cannot be empty) inside the sub-summary part. The same field, when placed in a grand summary part, will show the total count.

You can delete the body part of the layout, to show only summary values.

 

 

Edited by comment

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.