@txnelson Needed to change
Substr( )
for the script to work for my actual data. However, show (1) still does not show the limits when a distribution is plotted for any measured parameter.
The following also does not work on my JMP16.2 i.e. show limits does not enable "Show As Graph Reference Lines" in column properties.
dt=Open("$SAMPLE_DATA/Process Measurements.jmp");
Column(dt, "Process 2")<<Set Property(
"Spec Limits",
{LSL( 5 ), USL( 17 ), Target( 10 ), Show Limits( 1 )}
);
Column(dt, "Process 3")<<Set Property(
"Process Capability Distribution",
Process Capability Distribution( Weibull )
);
However, this does the job.
Column( dt, resCol ) << set property( "Spec Limits", {LSL( _LSL_ ), USL( _USL_ ), Show Limits( 1 )})
When it's too good to be true, it's neither