Keep column customised order after concatenation with other columns
Hello, I have attached a JMP table to reproduce my problem. In my example, I have 3 columns:Column 1: takes the values 'A', 'B', 'C'. I've customized the order of the values so that if I sort it's not A> B> C but B>C>A.Column 2: takes values 1,2,3,4. No custom order
Column 3: Is the concatenation of Column 1 || Column 2 . But if I sort, it will be in alphabetical order and won't take into account t...