What we do in situations like this is create a separate calculated field that we then use to sort. The calculated field assigns a numerical value to each possible value the field can have. Below is an example of the calculation. IF({Your field} = "Value 1", "10",IF({Your field} = "Value 2", "20", I...