Cannot perform Boolean logic using jmp script on table formula
Hi,I am trying to run a simple script that will select and then hide and exclude points that are greater than 100 mm in radial distance from the center. To simplify debugging, I split this into two scripts: the first one generates a column with the radial distance Radial = (x^2 + y^2)^(1/2) formula and the second evaluates this formula, selecting and hiding rows where Radial > 100. Unfortunately ...