Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a calculated field Type in front end and I want to sort it order of Z, O, P ,Q .
The process of sorting from Property panel will not work as type field is created in front end .
Need help.
Thanks!
have you tried the 'match' expression in the sorting?
=match((YourFieldCalculation), 'Z', 'O', 'P' ,'Q')
instead of the field add the expression used to create the field.