Summarising groups of rows - distinguish group and overall summaries
What I am trying to do:
I have grouping data in a table by description.
Each group shows a correct summary applying the limit check (min($totalPoints , $maxPoints))
But the overall total at the bottom incorrectly applies this same limit to the sum of all groups, rather than simply adding up the already limited group totals.
How to distinguish between group and overall summaries?
What I did:
0 Replies