Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to use RangeSum and sort colunm?
I would like to sort the column "total", but when i use rangesum i can not.
Follow example;
What about sort on dimension day by expression =sum(value).
I've attached your example with it sorted.
What about sort on dimension day by expression =sum(value).
I've attached your example with it sorted.
Nicole, its a great solution. But i can not use interactive sort, in my case i have many columns the totals, for example: 1 full, 2 full, avg ...
is there another way to do this?
If you're allowing the user to sort the chart, it is going to change the values of the rangesum() calculation depending on how the chart is sorted. You may want to look into calculating the rangesum() in the load script instead.