Moving new column
As an example on the Big Class.jmp, I will like to move the created new column after age column. As the script below, the move selected columns script does not work, the new column still created at the end. Can anyone help this out? Many Thanks,Names Default To Here( 1 );Open( "$SAMPLE_DATA/Big Class.jmp" );New Column( "example", Numeric, Continuous, Width( 5 ), <<Set Each Value( 100 ) );<<Move Se...
bernie426
David_Burnham
msharp