Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys
I got MonthYear in a spreadsheet and it runs like this:
But qlikview reads it and sorts it like this:
Any idea how to resolve this? i tried taking the sorting off but it doesnt help.
Any input would be much appreciated.
Hi,
Try applying the sorting in 'Load Order' and this should work
-Haneesh
Hi,
Try applying the sorting in 'Load Order' and this should work
-Haneesh
Hi,
In Sort tab click on Load Original.
Regards,
Raghav
I'd actually sort it in numeric order. I don't want a mistake in the spreadsheet to ruin my sort order. If sorting in numeric order doesn't work, then you're probably not reading it in as a date, which is what I'd do. Something like this:
date(date#(MonthYear,'MMM-YYYY'),'MMM-YYYY') as MonthYear