Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
From the following load script:
sales:
LOAD
* Inline [
Id, NbSales
0, 1
1, 2
2, 3
3, 4
];
I need to compute the cumulative sums starting from the highest Id value to the lowest Id value, as follows:
To achieve this, I used the following expression in the visualization:
However I would like to display these cumulative sums in a different order i.e. from the lowest Id to the highest Id as follows:
Would you know how to achieve this?
Many thanks
Kind regards
USe Below Expression:-
Rangesum(below(Sum(NbSales),0,count(total Id)))
USe Below Expression:-
Rangesum(below(Sum(NbSales),0,count(total Id)))