I cannot add USL and LSL to my variability chart automatically
Hi Guys,
I am trying to have my Variability charts generated automatically with LSL and USL. This is the code I am using.
This code runs but it does not generate the limits in the chart. Do you have any idea of what io am doing wrong?DeltaVar= New Window("GRR Delta Report",
For(l=1, l<=Nitems(ListDelta),l++,
tres=Variability Chart(
Y(ListDelta[l]),
X(:Chan, :SN),
Model (Crosse
...