value ordering - using JSL to set column properties
Hi I need some scripting advice as there were changes in the column properties from JMP14 to JMP15 regarding the value ordering - introducing "custom order"The following script works fine in JMP 14 and the result can be seen checking the column propertiesSummarize( g = by( :BatchVO ), m = Mean( :name("Timestamp") ) );
// JMP 14 Script for value ordering column "BatchVO" in the Order of the values
...