Skip to main content
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))