Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Order for month

hi all,

i have created new qv qocument with fields month,year,reportname,path.Here if i select year as 2013 then month order is displaying in jan,feb,mar...nov,dec.but if i select 2014 month order is changing with selections like dec,nov,jan,feb,mar.i need show month order as if we select 2014 then jan,feb,mar..nov,dec.

i have created in script inline for month along with number and i change in sort tab expression=number.

it is working for 2013 but not for 2014 .i am attaching qlikview document  please check

24 Replies
Not applicable
Author

Hello Sanjeev,

Use: only({<year=, name=>}number) as Expression and Ascending.

The best way should be to create a master calendar.

Thanks,

Angad

Not applicable
Author


Hi Angad it is working thanks

Not applicable
Author

Thanks for that Angad but if i select name month order is not changing but if i select next filter report name then month order is changing again. Any solution for that??

Not applicable
Author

chk the attached file.... it is working fine

!

Not applicable
Author

Then please use below as expression:

only({1}number)

Hope this was helpful.

Thanks,

Singh