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

Month order

hi

i am trying to show monthly statistics but i can't get the moths in order the chart is displayed like the image which i have shown below..

how can i get the correct order??

ex; Jan , Feb ,Mar, Apr, May... etcUntitled.png

thank you in advance

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

May be like this

go to sort tab select sort by expression --> ascending order

Below is the expression. Make sure to select ascending order.

=match(YourMonthField, 'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep', 'Oct', 'Nov', 'Dec')

Regards

ASHFAQ

View solution in original post

12 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Go to sort tab and play around with sorting there,

or post a sample app.

Regards

ASHFAQ

Not applicable
Author

i did try every thing in the sorting tab but nothing worked

ashfaq_haseeb
Champion III
Champion III

Hi,

Sample app please

Regards

ASHFAQ

Not applicable
Author

i am using a personal edition so i dnt think u will be able to open it even if i post the sample app 😕

ashfaq_haseeb
Champion III
Champion III

Hi,

I can open any application as I have Licence.

But you cannot open any other application.

By seeing your application I can guide you.

Regards

ASHFAQ

robert_mika
Master III
Master III

Check your data source

Maybe your April Year is different than the others(let say 2015 to 2014 for Jan-May)

Not applicable
Author

i attached my Excel as well

ashfaq_haseeb
Champion III
Champion III

Hi,

Your document is corrupted.

Can you upload it again.

Regards

ASHFAQ

ashfaq_haseeb
Champion III
Champion III

May be like this

go to sort tab select sort by expression --> ascending order

Below is the expression. Make sure to select ascending order.

=match(YourMonthField, 'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep', 'Oct', 'Nov', 'Dec')

Regards

ASHFAQ