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.

How to Perform Calc on Running Total Summary?

Featured Replies

  • Newbies

Hello,

I am writing an inventory database where I need to have a running total summary based upon several variables. I am able to do a running total summary with no problem, and I can do the variables calculation too, but how do I perform both simutaineously? The field definitons don't seem to allow both a summary and calculation at the same time.

Any info would be greatly appreciated!

Thanks,

Tom Bardenwerper

[email protected]

If I understand the question correctly, you want to take a summary field and base a calculation upon it. To do this you must use the GetSummary(field,break field) function.Say you wanted to add five to a total generated in a summary field. The calculation would look like:

ResultField =

Get Summary(TotalField,TotalField) + 5

for all the records in the file. To do the same thing in a Subsummary part based upon the field Category, the calculation would look like:

ResultField =

Get Summary(TotalField,Category) + 5

This is a silly example, but such calculations are useful in calculation percentages based upon summary numbers. -bd

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.