JMP Scripting - New Column Function and Multiple Formula Functions Don't MIX !!!! Interesting Problem !!!!
Hello Community I have written a script in which I search an open data table for rows which contain text A in column 2 AND text B in column 3. Using the row numbers, I then save the text from column 7 for all of those rows to a new individual variable. The problem is I would like to then save the text in column 7 for all those rows in a NewTable with a New Column. The first column was not a p...