on 2022 May 10 10:10 PM
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?
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
12 | |
12 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.