Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
ioannaiogr
Creator II
Creator II

sort filter pane field based on another data field

Hello everyone 🙂

My question today is the following:

I want to sort numerically  in my filter pane the field WholeYear ( with values 2001-2002, 2002-2003 etc ) by its corresponding field WholeYearNum (with values 1,2,3, etc). Is that possible?

 

Thank you in advance!

Labels (3)
1 Solution

Accepted Solutions
snibrahim1993
Partner - Contributor III
Partner - Contributor III

Hi @ioannaiogr 
Try the below

In the "Sort by Expression" section, enter the following expression:

=Num(WholeYearNum)

 

Regards, Mohamed Ibrahim.
If this resolves your Query please like and accept this as an answer.

View solution in original post

2 Replies
snibrahim1993
Partner - Contributor III
Partner - Contributor III

Hi @ioannaiogr 
Try the below

In the "Sort by Expression" section, enter the following expression:

=Num(WholeYearNum)

 

Regards, Mohamed Ibrahim.
If this resolves your Query please like and accept this as an answer.
ioannaiogr
Creator II
Creator II
Author

Thank you 😁 @snibrahim1993