Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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.