Hi guys, this question is very Important to me, so please help me:
I have two fields: priceA and priceB, and I have to do some operation like this in the data table:
sum(priceA) / sum(priceB).
How can I achive this, the data table give me the SUM metrics but how can i divide them.
Thanks.