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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sort Order Error

Hi,

I would like to sort days in right order ( Mon tue wed Thur Fri)

I used [Sort order] in expression in Sort Tab.

I receive message as Bad field name in Edit expression. Could you please tell me how to sort days in sort tab?

Thanks

1 Solution

Accepted Solutions
jpenuliar
Partner - Specialist III
Partner - Specialist III

=match(Field], ‘Mon’, ‘tue’, ‘wed’,...)

View solution in original post

2 Replies
jpenuliar
Partner - Specialist III
Partner - Specialist III

=match(Field], ‘Mon’, ‘tue’, ‘wed’,...)

Not applicable
Author

Thanks! It works