In JSL, the following works (in JMP 16.2)
Column( dt, myCol ) << set property("Spec Limits", {LSL( myLSL), USL(myUSL)});
However, I am trying to also use Range Check within set property following the scripting guide (for JMP 16)
![Neo_0-1701361846440.png Neo_0-1701361846440.png](https://community.jmp.com/t5/image/serverpage/image-id/59157i3E849A8DEB457F1A/image-size/medium?v=v2&px=400)
Column( dt, myCol ) << set property("Spec Limits", {LSL( myLSL), USL( myUSL )}, "Range Check", LTLT (myLSL2, myUSL2) ));
where myLSL/myUSL & myLSL2/myUSL2 are supplied from above. This is not working (in JMP 16.2). Where am I going wrong?
My idea is to plot data points which are in the vicinity of the spec limits by supressing/ignoring outliers inspired by @txnelson.
When it's too good to be true, it's neither