Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a table chart with the Product as Dimension and the following formula:
sum(if(Lagerwert.Datum=Today(), Lagerwert.Lagerwert))/
sum(total if(Lagerwert.Datum=Today(), Lagerwert.Lagerwert))
Now I want to accumulate these Values without accumulation function. Is it possible with range sum or s.th. else?
Thanks in advance!
Michael
hi
check the attach example hope it helps you