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 m...