In a bar chart, I order dimension using expression like this : if(Match(mydimension,'US'),1,if(Match(mydimension,'FR'),2, ...))
It works fine.
But when I configure color by dimension using 'mydimension', the different values of mydimension are listed in alphabetical order, and no more using expression.