Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
in a straight table, i've got 3 dimensions and an expression which i sort descending. Everything is ok.
Then, i would like, to have another column which must be the cumulative sum.
I must keep the sort order and have a cumulative sum from the first row to the last one.
Whatever the solution i try (Full Accumulation, Above, SumRange ..), it doesn't work !
Does anyone have an idea ?
You can look at my attached qvw.
Regards,
Johann
Thanks a lot, lenka. Your expression is the correct one.
Moreover, By using the sort tab and the expression to sort in each dimension i get the right sorting.
Johann
Do you have any hint for eralising the same, but in a line chart?
2 dimensions
Date
Sales Group
1 expression
sum(Quantity)
I would like the chart to look like, besides a line for each SG, a line on top which is the sum of all the quantity of each SG.
Thank you!