Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey Guys
I need to create Weighted Average for each country e.g
Columbia : every row to multiply (H qty* H sul)/Sum(Total(H qty)
At the end this result is good but when i cancel the selection on Country Name the number is change i need to do aggr ?
need your help please see my app.
David
May be this:
Sum(HADERA_SUL_VALUE*HADERA_QTY)/Sum(TOTAL <COUNTRY_NAME> HADERA_QTY)
Yes, you need to Aggr according the dimensions you need to weight
May be this:
Sum(HADERA_SUL_VALUE*HADERA_QTY)/Sum(TOTAL <COUNTRY_NAME> HADERA_QTY)
Thank you for your help !