Sum of Sum

opostal

Registered User.
Local time
Yesterday, 20:25
Joined
Jun 26, 2009
Messages
47
I have a report from a user input query that lists the data and has it broken down into three "tiers" or subcategories. The last tier contains 4 fields, one of which is a numerical value. On the report built from the query, at the top of the third tier I use the =Sum function to give me a total qty of the numerical values in that tier. My new problem is I find that I need to additionally get a sum value of all of those sum values in the tier above that. Is there an easy way to perform a Sum(SumX) type function?
 
You would use the SAME expression as you used in your tier form, just put it in the footer for the section 4 tier that you are totalling as opposed to the footer for the 3rd tier section.
 
Wow it is that simple. So lets pretend I did not post this as I may have had a bad case of "forest for the trees" syndrome...

Thank you very much.
 
You are so welcome! I am glad that it worked for you. :D btw, There are no stupid questions, how would you know unless you had done it before?
 

Users who are viewing this thread

Back
Top Bottom