JMP 16 Get Script
I am used to getting a data table all setup for how I want columns and formulas in my data table, then running a get script to get all the columns and formulas I added.
E.g.,
dt = current data table();
dt << Get Script;
After the script is run I copy from the log the new columns I added, pasting into a new script and when I pull new raw data, I can then just run the script to add the columns an...