How to auto Save Spec Limits as Column Properties of manage spec window
Hi, JMPerCurrently, I used below jsl.obj = dt <<
Manage Limits(
Process Variables(:FAI_1, :FAI_2, :FAI_3, :FAI_4, :FAI_5
),
Load From Limits Table( "LIMIT.jmp" ),
SendToReport( Dispatch( {}, "Spec Limits", OutlineBox, {Close( 1 )} ) ),
);
obj << Show Limits All;
obj << Save Spec Limits as Column Properties;
It need to manual click Save Spec Limits as Column Properties of manage spec window. ...