Renaming columns by position
Dear JMP Community,
I would like to rename a column/columns by position. I am creating a subset of a dataset and each time I run the code it counts up some column names. This makes it cumbersome to use this subset in subsequent code because the column names are always different.
dt is my big dataset
dt << select where( :ScreenCaption == "XYZ" ); //mark the rows in which ScreenCaption == "X...
ram_asra_gmail_