Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
youss123
Contributor III
Contributor III

sort dimension by order

Hi all,

I want to sort a questions (as you can see in the attachement) in my bar chart ( calculated dimension and expression also in the attachement) with Pick match but the problem is not resolved.

I have Q3 then Q1 then Q2

order.PNG

 

 

Any help will be appreciated

best regards

1 Solution

Accepted Solutions
MarcoWedel

You could use a sort expression like

Match([KEY - Question],'Q1','Q2','Q3')

and change your dimension back to just [Text - Question].

MarcoWedel_0-1642107227538.png

 

View solution in original post

2 Replies
MarcoWedel

You could use a sort expression like

Match([KEY - Question],'Q1','Q2','Q3')

and change your dimension back to just [Text - Question].

MarcoWedel_0-1642107227538.png

 

youss123
Contributor III
Contributor III
Author

It worked thank you vm