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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakqlikview_123
Specialist
Specialist

Showing data as per ascending order of year

Hi All,

'

I am using below calculated  dimension.

=

if(cYear='$(=max(cYear))' ,
if(cYear='$(=max(cYear))' and cQuarter='$(=maxstring({<cYear={$(=max(cYear))}>}cQuarter))',
cYear&'-'&cQuarter),cYear)

But i am not able to get data as per ascending order of year.

Can you please suggest how shall i go ahead.

Thanks

0 Replies