Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how do i sort the following using an expression?/
Client Declined
Bound
Underwriter Declined
Missed
Lost
Out of Scope
Hi Kevin
you can sort this using Match(yourfield, 'Client Declined','Bound','Underwriter Declined','Missed') whatever order you like
Thanks
Padma
Hi Kevin,
In the chart properties you can sort on expressions:
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
Hi Kevin
you can sort this using Match(yourfield, 'Client Declined','Bound','Underwriter Declined','Missed') whatever order you like
Thanks
Padma