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.

Summarizing Select Records in Portal

Featured Replies

Hi -

I am trying to keep a running total at the bottom of a record that contains portal data... I want to exclude any portal row that is not a valid job number. Every calculation I try seems to ignore this fact and gives me the total of every portal record, whether it's valid or not.

:?

Thanks.

One option is to create a calculation text field of serial & "_1" in your parent file and a calculation text field of p_serial & "_" & vJob, where vJob is a calculation that determines whether the job number is valid and results in zero or 1. Then create a relationship between these two calculation fields so that only valid job number records are related, and create a calculation number field in the parent file of Sum(serial_1_relationship::Amount) to sum only valid related Amounts.

Another option is create a calculation in the child file of Case( vJob, Amount ), which will contain the amount only when the vJob calculation is true (1). Then create a calculation in the parent file of Sum(child::ValidAmountCalc).

  • Author

YES!!! Thank you SO much!

You have no idea how long this one step has kept me stagnant. So simple...

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.