Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Month Order

Hi all, how could I sort month order (Mes)?

I attahced App.

Thanks!!

1 Solution

Accepted Solutions
Not applicable
Author

I found the solution, I needed to create load inline

Jan, 1

Feb, 2

Mar,3.............

View solution in original post

3 Replies
Not applicable
Author

I found the solution, I needed to create load inline

Jan, 1

Feb, 2

Mar,3.............

Not applicable
Author

puedes ahorrarte la inline convirtiendo mes a fecha. por ejemplo, usa sort by expressión asc con la expresión:

=month(date#(Mes,'MMM'))

(p.d. tengo pendiente ayudarte con tu problema de ABC...)

Saludos!

Not applicable
Author

Excelente Juan, tu solución está mejor, gracias!!