Forum Discussion
Running Total Sort Order with Binned Data (Histogram)
Hi Simon,
Not really what I am looking for - I have a workaround with the color - it is more the capability to sort a binned table based on the count - rather than the bin so I can have a running total based on it. So for example currently the data looks like:
[Bin] [Number in Each Bin] [Running Total]
1.00 3 3
2.00 17 20
3.00 5 25
4.00 21 46
5.00 18 74
What I would like instead is to have the running total quick measure be based off of the "[Number in Each Bin]" instead of the "[Bin]" starting in a decending order
[Bin] [Number in Each Bin] [Running Total]
4.00 21 21
5.00 18 39
2.00 17 58
3.00 5 63
1.00 3 66
If I could do that, I would be able to get the result that I need,
bump?