How to insert a column with specified column index with JMP script?
I met a problem when writting my JMP script, I want to add the new column with a formula Y/X but there are serveal colunms and I want to add the new colunm after specified column,For example:A Table like:A B C D1 2 3 42 4 6 8 and I want to add a new column after B column(like below), but the B/A column will always after D when I use New Column function, and I cannot fi...