List months sorted in natural order

It's possible to list months sorted in natural order without having the numbers, only by the name of the month?

0 2 132
2 REPLIES 2

If you have them within an Enum, you can sort via the UX view and assign them descending or ascending. 

Steve
Platinum 4
Platinum 4

@smrod_ is correct: use a column of type Enum. In the column configuration, define the valid values (the month names) and order them the way you want them to sort. For each row, store the month name in this column. Sort the rows by this column. The rows will be sorted in the order the column values are listed in the column's configuration.

Top Labels in this Space