Using Number Edit Boxes to change Spec Limits in Column Properties and Column Formula
Hi everyone, I want to use the following script to define in a pop-up window the lower and upper spec limits (LSL and USL) and use the values in order to set the column properties for the spec limits. On top of that, I have a formula column called "check", where I want to use the values within the formula to check if the value in the row is within the spec ranges or not.The code is running but the...