is in spec(value)
For a column with property Spec Limits, is there a functionis in spec(:value)
which compares the value of the current row with the spec limits of the column?
The best approach which I found up to now: let JMP color the cells and analyze the colors by @Neo
How to get the row number of colored cells in a column and assign it a tag (say "1") in a newly created column? A cool trick - but is there any d...