Value Ordering in JMP Script by a Variable
Hello all,In my data set I will be using a column, called Set, as my x-axis variable in a barchart. I want them to be sorted in the order from smallest response value to largest response value so I have bars that are increasing in length. For example if I have the following data:Set ResponseA 5B -7C 10I would want the order in the barchart to be B, A, C. Obviousl...