Assuming that "high, low, and very low" are instances of a group, and that the rows are sums of a conditional formula, you should be able to just insert a summary on your detail level field at the group level, i.e., the sum of all "rows" (really columns here) is the same as the sum for the group. You could accomplish the same thing by creating a formula:
sum({table.groupfield},{table.groupfield})
...although this is unnecessary.
If you created the summaries using running totals instead, then the total column would be a running total with no conditdions added, but reset on change of group.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.