Newbies Barbara Rainey Posted September 14, 2000 Newbies Posted September 14, 2000 (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!
Kurt Knippel Posted September 14, 2000 Posted September 14, 2000 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 =-=-=-=-=-=-=-=-=-=-=-=-=
Vaughan Posted September 15, 2000 Posted September 15, 2000 FileMaker Pro 2.1 is *not* Y2K compliant. Stop development with it now and change over to a later version.
Newbies Stefan Posted September 16, 2000 Newbies Posted September 16, 2000 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.
Recommended Posts
This topic is 8905 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 accountSign in
Already have an account? Sign in here.
Sign In Now