Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Example of when to use Running Total instead of Summary?

Status
Not open for further replies.

Montana751

Programmer
Aug 14, 2001
64
US
I am looking for a reason to use the Running Total feature instead of inserting subtotals?

Currently, all of my formulas are in the Detail section of the report and I insert subtotals into the Group(s) and Report Footer section for Grand Totals, thus I write 1 formula, whereas with a Running Total I would have to write 3.

Does anyone have an example of when to use a running total instead of a summary???
 
One answer is in your post, you use running total if don't want to use groups or you can use then combined with groups where you would want to summarise only specific items within a group or within the report. in the evaluate section you can choose the criterias to count summarise and so on.

eg: you get lots of records for transactions over a year (dates) and you want to count transaction for different periods, monthly or quarterly and you want the data orizontally displayed for every customer


-Mo
 
Thanks for the idea. I can use it for creating "Aging" buckets on my items.
 
You are always better off using inserted subtotals or conditional formulas when possible, since running totals are slower. The results are ordinarily limited to displays in footer sections, because they are calculated whileprintingrecords. However, there are times when only running totals will do the job.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top