What I do is create a new data field, translating the word to an alpha letter in the order you want them sorted. Then sort this field behind the scenes in the query or tabular model.
IF([FIELD]='gamma') then ('a')
else if ([FIELD]='sigma') then ('b')
else if ([FIELD]='beta') then ('c')
else if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.