How to get spec limits in separate columns in 5 point summary table?
The example script below gets me the 5 number summary in the format I need. However, I would also like to get the spec limits for each parameter (under Analysis Columns) , LSL and USL, in two separate columns in the final "Summary" data table? How to get this via JSL?Also, is a another/better way to do what I am need without using Tabulate ()?Names Default To Here( 1 );
Clear Log();
dt = Open( "$S
...