Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

wrong averaged weight

I am trying to get a weighted average (as a total), that is, for each customer, :   sum(value * size)     /  sum(size)     Tthe value is just a measure that is (SumPerCustomer / Max_PerCustomer)...