Jump to content

Adding Two Summary Fields


This topic is 8647 days old. Please don't post here. Open a new topic instead.

Recommended Posts

quote:

Originally posted by Barbara Rainey:

(I'm using Filemaker Pro 2.1)

I have two summary fields... "Total Amount of Checks" and "Total Out of Pocket Expenses". (These are not repeating fields, they are one record per entry)

I can't seem to make a "Grand Total" calculation that adds these two up. How do I do it? Thanks!

Summary Fields are not stored in the database, they are only calculated when shown on the screen or printed in a report.

If you want to use them in a calculation use the "GetSummary (SummaryField, SortField)" function to get the results of the summary and perform calculations on it.

------------------

=-=-=-=-=-=-=-=-=-=-=-=-=

Kurt Knippel

Consultant

Database Resources

mailto:[email protected]

http://www.database-resources.com

=-=-=-=-=-=-=-=-=-=-=-=-=

Link to comment
Share on other sites

  • Newbies

The GetSummary function will work, but only if the file is properly sorted. What I would do is place the summary fields on your layout, but make them so small as to be invisible; or make the text color white; or format them not to be printed. This way, the summaries will always be evaluated dynamically.

Link to comment
Share on other sites

This topic is 8647 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.