Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
kevbrown
Creator II
Creator II

Sorting

how do i sort the following using an expression?/

Client Declined

Bound

Underwriter Declined

Missed

Lost

Out of Scope

1 Solution

Accepted Solutions
qlikoqlik
Creator
Creator

Hi Kevin

you can sort this using Match(yourfield, 'Client Declined','Bound','Underwriter Declined','Missed') whatever order you like

Thanks

Padma

View solution in original post

2 Replies
Not applicable

Hi Kevin,

In the chart properties you can sort on expressions:

Screen Shot 2014-08-13 at 9.25.36.png

You'll need to decide what expression you want to sort on, e.g. count(Lost) or count(Missed), etc, and enter it in the expression box.

Hope that helps.

Matt

qlikoqlik
Creator
Creator

Hi Kevin

you can sort this using Match(yourfield, 'Client Declined','Bound','Underwriter Declined','Missed') whatever order you like

Thanks

Padma