Maintain the correct zones
On the control charts, I want to exclude the zones over the average when there is no lower limit.
Here is my script :
// Loop across the split data table and read the values for that column from the dt_limits_copy data table. Populate the Spec Limits and Control Limits
For(i = 1, i <= N Cols(dtsplitcopy), i++,
limrow = Try((pIDlimits_copy << get rows where(pIDlimits_copy:labelny == c
...