Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Technical Questions
Message Icon Topic: Summary formulas Post Reply Post New Topic
Author Message
AmandaF
Newbie
Newbie


Joined: 25 Jan 2011
Location: United States
Online Status: Offline
Posts: 1
Quote AmandaF Replybullet Topic: Summary formulas
    Posted: 25 Jan 2011 at 9:59am
We need a formula that will allow us to total across a group footer.  First of all is this possible?  We have in the details a total and in the group footer a summary for each of those totals.  We need to total those totals across.  Any suggestions??  The formula for a simple sum across the bottom didn't work, though we did find one that gave us a running total starting with a correct total at the first line.
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3702
Quote hilfy Replybullet Posted: 25 Jan 2011 at 11:17am
You can use summary functions in a formula.  So, you could create a formula that looks something like this:
 
sum({table.field1}, {table.groupfield}) + sum({table.field2}, {table.groupfield}) + etc...
 
Put this formula in the group footer to add all of the summarize fields together.
 
-Dell
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.