Hi all,
I have a query with the following key figure:
ZCOUNT Counter of the order items
X = Y/Z global calculated key figure
A = X/ZCOUNT
I need the following result in my query:
X ZCOUNT A
50 10 5
30 5 6
result 80 15 5,33
but the real result is not as above in the example because in the result row the system don't use the formula A = X/ZCOUNT
Why?
How can I do please?
Gianmarco