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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
24 Replies
ashfaq_haseeb
Champion III
Champion III

Hi

did you try my solution?

Regards

ASHFAQ

Not applicable
Author

yes but is is not working

amit_saini
Master III
Master III

Select as Correct Answer.

Thanks,
AS

ashfaq_haseeb
Champion III
Champion III

I have application attache

Have a look

aveeeeeee7en
Specialist III
Specialist III

Hi Venkatesh

There is a solution for this. You don't need to create Inline Table and Number field for it.

Do it in the Sort Expression option. Like this:

Dual(month,Match(month,'jan','feb','mar','apr','may','jun','jul','aug','sep','oct','nov','dec'))

and also do other changes

See the Snapshot below:

Expression Sorting.png

Hope that helps.

See the Attachment.

You can also follow Angad's Approach.

Regards

Aviral Nag

Not applicable
Author


Hi Amit it is working but if i make selections on Month list box order is changing now is there any solution for that???

Not applicable
Author

Hi Angad it is working but if i make selections on Month list box order is changing now is there any solution for that???

ashfaq_haseeb
Champion III
Champion III

Hi,

Have a look at my app.

Download it again

I fixed it for you.

Regards

ASHFAQ

Not applicable
Author

Thanks for that Ashfaq

ashfaq_haseeb
Champion III
Champion III

If if fixed then mark relevant answer.

Regards

ASHFAQ