Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi QV brains i need a help pls: I've to calculate
sum(A * B) / sum(B)
where B is the price of 5 different products.
How can i do it
Tks
Maybe this :
sum({<ProductID={'Product1','Product2','Product3','Product4','Product5'}>}Amount)
So, what is the problem... is this not working? sum(A * B) / sum(B)