How to create seperate table of selective Variability gauge chart GRR report and Linearity and Bias Report
How do i create a seperate table for Variability gauge Report GRR for selective items in the reportFirst ReportCurrent JMP Script to display First Report Clear Globals();popup = Dialog( "Enter specification tolerance", selection = editnumber(), "Select Reproducibility Factor", selection1 = combobox("Equipment","Operator"), Button( "Ok" ), Button( "Cancel" ));If( popup["Button"] == -1, Throw...