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 the custom order of column 1, which is what I'd like.
Is there an option for it to take this into account? I could do a custom order for column 3 again, but I wanted to know if there was anything simpler...