
Creator II
2023-06-06
12:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
701 Views
1 Solution
Accepted Solutions

Partner - Contributor III
2023-06-06
11:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
If this resolves your Query please like and accept this as an answer.
681 Views
2 Replies

Partner - Contributor III
2023-06-06
11:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
If this resolves your Query please like and accept this as an answer.
682 Views

Creator II
2023-06-07
09:12 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you 😁 @snibrahim1993
674 Views
