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: 
surtex
Contributor III
Contributor III

Sorting data (Date) in permanent filter

Hey Member,

I have added an permanent filter on my worksheet in Qlik Sense:

surtex_0-1662621766867.png

Anybody knows a opportunity to sort this data like: 01.2022, 02.2022, 03.2022,... without adding a seperate filter on my worksheet. I think it must sorting in the data editor!?

 

Thanks for helping 🙂 

Labels (6)
1 Reply
salonicdk28
Creator II
Creator II

Hi,

You need to first evaluates an expression as a date like below and then after loading  your data then you will be able to see the sorting automatically in filter pane

Date#(Date,'MM.YYYY') as NewDate;

Thanks,

Saloni