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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sorting Y Axis dates

Hi,

How do I get my Y-Axis dates in the right order (i.e. Jan-14, Feb-14 ...etc) at the mo they're in Ascending which is not helpful.

Thanks

Graham

11 Replies
MK_QSL
MVP
MVP

Because you have N/A and TBC in your Target Delivery / Release Date field.

You can remove them by ....

=IF([Target Delivery / Release Date] <> 'N/A' and [Target Delivery / Release Date] <> 'TBC' ,

Date#([Target Delivery / Release Date],'MMM-YY'))

Not applicable
Author

Thanks very much Manish, much appreciated.

Rgds

Graham