Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
tango
Contributor III
Contributor III

Sorting on calculated field

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!

Labels (1)
3 Replies
G3S
Creator III
Creator III

have you tried the 'match' expression in the sorting?

=match((YourFieldCalculation), 'Z', 'O', 'P' ,'Q')

tango
Contributor III
Contributor III
Author

I m unable to call that field as it is created in Front end , that's
causing an issue while performing pick and match .
G3S
Creator III
Creator III

instead of the field add the expression used to create the field.