Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Sorting month name

TypeMonth
aAugust
bSeptember
cSeptember
dSeptember
eSeptember
fSeptember
gOctober
hSeptember

Can someone help me on how to sort the month?

Qlik view sort show August,October,September.

I want it to sort like August,September,October.

Please help me. Thank you.

5 Replies
danieloberbilli
Specialist II
Specialist II

QV does not know that the field 'Month' is actually a date field. A short (but dirty) solution would be an expression in a listbox: =date#(Month,'MMMM')   

danieloberbilli
Specialist II
Specialist II

Capture999.PNG.png

suresh_rawat
Creator II
Creator II

Hi,

For Sorting the month names...first save this file in a QVD then use this QVD and apply Dual Function on Month Field.

Hope this will help you.

Regards

Suresh Rawat

jagan
Luminary Alumni
Luminary Alumni

Hi,

In script try like this

LOAD

*,

Date(Date#(Month, 'MMMM'), 'MMMM') AS MonthSort

FROM DataSource;

Now use this dimension in chart and select Numeric in Sort tab.

Regards,

Jagan.

ashfaq_haseeb
Champion III
Champion III

Hi,

have a look at attached application.

Regards

ASHFAQ