Solved! Go to Solution.
Hi @Emanuelis
I have created a group lookup up and then used that to create the totals. I had to prefix the "Total" with "Zzzzz" to make sure it always come last.
Hi @Emanuelis
Here's a slightly different way, similar to the solution by @JoeS but it retains your original row ordering
The trick is to use a record id and then set the record Id of the total row to be .5 more than the last item in the group
Dan