Iteratively create columns containing formulae.
I would like to iterate through the columns that have spec limits and perform analyses against those.
New Column("WM Minus Target", Numeric, "Continuous", Format("Best", 10), Formula(:WN - (:WN << get property("Spec Limits"))["Target"]), Set Selected);
The script located here is close to what I want. Solved: When a spec is on, how do I write a script when I want to write a fail name? - JMP User C...