Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all, I am creating a line chart in qliksense , but however x axis is month which is not getting sorted .
Can any one tell me how to do it.
PFA THE ATTACHED FILE
What sort option have you selected for this dimension?
-Rob
if you don't have a MonthNum in order to order by MonthNum Asc you can use this in Expression Sort:
=match(only({1} Month), 'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec')