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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
souadouert
Specialist
Specialist

order dimension

Hello

I have a simple table and I have a set of dimension

=ValueList('CREDIT A LA CONSOMMATION','CREDIT A L_IMMOBILIER','CREDIT D_INVESTISSEMENT')

And I want to set the sort sort order

1 Solution

Accepted Solutions
Anonymous
Not applicable

Can you try with the sort tab?? in the properties

View solution in original post

3 Replies
Anonymous
Not applicable

Can you try with the sort tab?? in the properties

souadouert
Specialist
Specialist
Author

thx

Anonymous
Not applicable

create the valuelist with dual values and sort by number...

=ValueList(dual('CREDIT A LA CONSOMMATION',1),dual('CREDIT A L_IMMOBILIER',2),dual('CREDIT D_INVESTISSEMENT',3))