Hi!
I have one table in which I display groups with values and for each group I display one row with the sum of the values (in my example the yellow highlighted rows).
Now, I would like to know how it is possible, how I can display one row at the end of the table, in which I get and show the sum of all groups for each column?
This is my status quo:
Group 1 Line 1 10
Group 1 Line 2 15
Group 1 Sum 25
Group 2 Line 1 55
Group 2 Line 2 10
Group 2 Sum 65
Sum of Groups 90 (How can I realize this Line?)
Sum_Test.zip (398.6 KB)
Kind regards
Malcolm