We need a better way to auto sort 'bucketed' values in CJA.
Current Method: Value bucketing is a great feature, but the current sort method uses either alphabetical sorting or population based sorting. Neither of them are useful.
Current Workaround: To get values in the right order I either need to make manual segments and drop them in a particular order OR use table builder to pre-determine the order. This is a tedious process, and there is a risk of everything resetting should I choose to change the bucket values.
Feature Request: We need a more intelligent way to sort dimension values - for example, ordering in descending order should put values in following order...
- less than 25
- 25 to 50
- 50 to 75
- so on...
Supporting images:

