Hey All,
I am working with control charts and am having difficulty getting the qc_phase command to work.
Here is the alarm part of my script:
Alarm Script(
Write(
"Out of Control for Nelson Rule ",
qc_test,
" in column ",
qc_col,
" during week ",
qc_sample,
" on tool ",
qc_phase
)
)
However, when I run the script I get the following error message:
![jace_0-1626711587516.png jace_0-1626711587516.png](https://community.jmp.com/t5/image/serverpage/image-id/34257iEE92FE2D2C45A439/image-size/medium?v=v2&px=400)
Any ideas on how to fix this? The qc_test, qc_col, and qc_sample all work.
Thank you!