I have a bunch of figures used in a report which are each associated with a day of the week. I want to sort these figures by the day. The day is a string literal 'Monday' through to 'Friday'. Can't use weekday as I don't use actual dates. Do I have to put the days into a table with a number field and sort by the number field?