JMP Alert: Subscript Range at row 66 in access or evaluation of 'selected_pqa[/*###*/i]', selected_pqa[/*###*/i]
Hi JMP community, I am having another issue with JMP scripting that is giving me the following error, even though I am getting the resulting output (charts and test results) I need: Here is a partial JSL script that I think the problem lies: nw2 = New Window( "Select PQAs",
<<Modal,
Text Box("Set PQA(s):"),
variablebox1_pqa = Check Box( unique_pqa ),
H List Box(
variab
...