Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Can you try with the sort tab?? in the properties
Can you try with the sort tab?? in the properties
thx ![]()
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))