Hi Guys.
You’ve probably been asked a miilion times, but I can’t find the right way to resolve this.
Daily invoice totals grouped by MMMM,YYYY descending
In my app I have (not probably the right one) this expression in a VC called ‘Month Order’:
CONCATENATE( INDEX( LIST(“Jan”, “Feb”, “Mar”, “Apr”, “May”, “Jun”, “Jul”, “Aug”, “Sep”, “Oct”, “Nov”, “Dec” ), MONTH([InvoicedDate]) ), " ", YEAR([InvoicedDate]) )
And in the view:
But the result in the app is:
I realise this is TEXT descending but I can’t find a way to have the results in the correct Date descending order. Can you guys assist please.
Kind Regards