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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Problem with sorting

Hello Qliks,

I look for a solution how to sort my DIM 1(Year-Month). DIMis a calculated Dimension:

=if(Year=$(vMaxYear),[Year-Month],null())DIM1.png

The final result should be:

1. Jun-2017

2. Feb-2017

3.....


Regards

Jacek.

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Try

=if(Year=$(vMaxYear),Date#([Year-Month],'YYYY-MMM'),null())

View solution in original post

2 Replies
MK_QSL
MVP
MVP

Try

=if(Year=$(vMaxYear),Date#([Year-Month],'YYYY-MMM'),null())

Anonymous
Not applicable
Author

Hello,

Thank you, it solved my problem.

Regards

Jacek.