In Split data table fucntion, how to input variable in "Remaining Columns" ?
Hi,I am making a script where the user inputs columns using a GUI and then the script splits the input table and make some correlation plots. The user input is very similar to the what the regular JMP Split function needs. My code for splitting looks something below, where remcol = "Drop all" or remcol="Keep all", depending on the user input. Splitdt = dt << Split(
Split(Eval...