cancel
Showing results for 
Search instead for 
Did you mean: 

Sum a group footer

0 Kudos
307

I have a report that is has a a lot group footer. I need to sum up the data in Group Footer 5a and place the total in group footer 3. I need to sum up column:

Current Actual Cost (TOT_SALES_SCHED)

Estimate Cost (TOT_ACTUAL)

When I use running totals I get a large number that's the total for all rows in the report and not summing up this one section.

How do I GF5a total number and place the result in GF3?

View Entire Topic
ido_millet
Active Contributor
0 Kudos

Use the suppress logic in reverse to create a formula such as:

IF NOT <your Suppress Condition> 
THEN <your field value>
ELSE 0

Then, SUM that formula.