I have a table full of sales figures. Each row has a sale month column which is Apr-19 for example.
In a view I want to show all the sales grouped by month but the groups be in order, like:
Nov - 18
Dec - 18
Jan - 19
Feb - 19
etc.
How do I do that? A-Z doesnt work and neither does 1-9 etc.
Thanks!