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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sort value in a chart and put "Other" at the end

Hi,

I've a chart with several value in dimension, takes for instance :

DimensionValue
A1
Other1
C1
D1
B1

I would like to sorting values in order to have :

DimensionValue
A1
B1
C1
D1
Other1

Infact, I would like to put "Other" at the end. I can't manage the script, so I have to find a solution into properties of chart.

I can't use the alphabetical order, I believe I have to choose the expression order but I have no idea about which function I can use.

Does anyone has an idea ?

Thanks,

Regards,

Marine Le Trionnaire

11 Replies
Not applicable
Author

Hi,

Thanks for your answer.

I tried this expression and it's OK, that was the expression I would like to create.

Thanks,

Regards,

Marine Le Trionnaire

Not applicable
Author

Thanks for your answer.

I tried it, it seems to be OK. Like the match function I put WildMatch(Dimension,'Other') and I add an alphabetical order and it's OK.

Regards,

Marine Le Trionnaire