Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
Hi @ioannaiogr
Try the below
In the "Sort by Expression" section, enter the following expression:
=Num(WholeYearNum)
Hi @ioannaiogr
Try the below
In the "Sort by Expression" section, enter the following expression:
=Num(WholeYearNum)
Thank you 😁 @snibrahim1993