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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
ashmitp869
Creator II
Creator II

Help in sorting

Hi All,

I am using a filter with text field but the values is below -

How to sort it by year wise.

ashmitp869_0-1654216817449.png

 

Labels (1)
1 Solution

Accepted Solutions
Lisa_P
Employee
Employee

If you sort by Text it should be correct.

View solution in original post

2 Replies
Lisa_P
Employee
Employee

If you sort by Text it should be correct.

vinieme12
Champion III
Champion III

Sort by text as suggested by @Lisa_P 

OR

sort by expression as

=aggr( subfield(FiscalYear,'/',1),FiscalYear)

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.