Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Arrange date in order

Hello,

Please somebody help in arranging date in order 'Year and Month'.

Find attached

7 Replies
Not applicable
Author

Anyone here to help??

anbu1984
Master III
Master III

Can you explain your requirement with expected output

jonathandienst
Partner - Champion III
Partner - Champion III

Hi

You are more likely to get a response if you load the data into a qvw file and create the object for which you require sorting (and reduce the size - you only need a few 100 rows).

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

Hiii,

Use Dual Function to Arrange Date in Order like:-

If(Month='Jan',dual('Jan',1),

If(Month='Feb',dual('Feb',2),

If(Month='Mar',dual('Mar',3),

If(Month='Apr',dual('Apr',4),

If(Month='May',dual('May',5),

If(Month='Jun',dual('Jun',6),

If(Month='Jul',dual('Jul',7),

If(Month='Aug',dual('Aug',8),

If(Month='Sep',dual('Sep',9),

If(Month='Oct',dual('Oct',10),

If(Month='Nov',dual('Nov',11),

If(Month='Dec',dual('Dec',12)

)))))))))))) as Month

Thanks & Regards

Prince Anand

ashfaq_haseeb
Champion III
Champion III

Hi,

I did this for retirement date.

You can do the same for hire date

Regards

ASHFAQ

MarcoWedel

Hi,

maybe this thread helps also:

How do i arrange this date in order

regards

Marco

Not applicable
Author

Ashfaq,

Is it possible to select by Year when it is in tree format? This what i want to achieve