A script works in JMP PRO but not in JMP LIVE to query data and add spec limits to JMP LIVE control chart
Hi,
I wrote a script that 1) queries a table(myDT) to build a control chart on and 2) another table(specLimitsTable)
and 3) a loop that takes data from the second table to set spec limits on table 1. It works just fine in JMP PRO and steps 1) and 2) work fine in JMP LIVE but when I add the 3rd part it says failed to regenerate when I go to refresh my data. The JSL that works in JMP PRO is below:...