So what i want is the sum of the results for the base expression per group. But the base expression is a sum() devided by sum() expression so the aggr of that leads to an average. This is a simplified example. The base expression can not be changed.
I tried using an expression label reference like: aggr( sum( [base expression] ), Group) but label references in aggr do not work.