Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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

1 Solution

Accepted Solutions
amit_saini
Master III
Master III

Sanjeev,

See the attachment.

Sort--> should be Auto Ascending.

Thanks,
AS

View solution in original post

24 Replies
amit_saini
Master III
Master III

Sanjeev,

See the attachment.

Sort--> should be Auto Ascending.

Thanks,
AS

ashfaq_haseeb
Champion III
Champion III

Hi,

Use below in sort expression.

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

Have a look at attached document.

Regards

ASHFAQ

mdmukramali
Specialist III
Specialist III

Dear,

Thanks,

Mukram

Not applicable
Author

thanks amit it is working

Not applicable
Author

Hello,

Please use below as the expression in sort:

=only({<year=>}number)

Moreover, the best way is to create a master calendar and then attach the data date fields to it.

Please find PFA, hope it was helpful.

Thanks,

Angad

amit_saini
Master III
Master III

Happy to help you, Kindly close the thread by marking Correct or Helpful answer .

Thanks,

AS

Not applicable
Author

hi angad it is working ,,thanks for that

Not applicable
Author

hi amit how can i close this??

Not applicable
Author

hi  sanjeev reedy please mark as answered