If I have a field with different string values and I want to return data ordered depending upon the value of that string, how would I do that?
E.g. I have 3 possible string values for the field called 'ME', 'NY' and 'SC' and I want to order the results first by 'NY', then by 'SC' and then 'ME'.
Is this possible?
E.g. I have 3 possible string values for the field called 'ME', 'NY' and 'SC' and I want to order the results first by 'NY', then by 'SC' and then 'ME'.
Is this possible?