Feb 05, 2020 09:55 AM
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!
Feb 05, 2020 10:02 AM
What type of field is that? You have 2 options:
MONTH()
Feb 05, 2020 10:04 AM
Hi - thanks for the reply.
Its a formula feild taking MMM-YY from a date
Feb 05, 2020 10:09 AM
I just tried MMYY but it will only let me sort A-Z despite the output being numbers?
Feb 05, 2020 10:35 AM
Got it - had to group by year num + then by month num