Hi JMP community
I seem to have a simple question.
I want to move a specific column to the first position using JSL script.
I started withselecting it
:"That's my column" << set selected (1) ; /*seemed OK*/
However, ...
move selected column ( (:"That's my column"), to first) ;
...just doesn't work. Could you help me solve this one?
Thanks a lot!