Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi
did you try my solution?
Regards
ASHFAQ
yes but is is not working
Select as Correct Answer.
Thanks,
AS
I have application attache
Have a look
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:

Hope that helps.
See the Attachment.
You can also follow Angad's Approach.
Regards
Aviral Nag
Hi Amit it is working but if i make selections on Month list box order is changing now is there any solution for that???
Hi Angad it is working but if i make selections on Month list box order is changing now is there any solution for that???
Hi,
Have a look at my app.
Download it again
I fixed it for you.
Regards
ASHFAQ
Thanks for that Ashfaq
If if fixed then mark relevant answer.
Regards
ASHFAQ