Issue with adding ref line in JMP 17
Hi folks, I just upgraded to JMP 17 and noticed that the add ref line doesn't work on JMP 17 but it works perfectly on JMP 16 . Any suggestions?
JMP 16:JMP 17: The below JSL code generates variability chart and adds reference line from the limits file: dt = Data Table("Limits_file");
dt2 = Data Table("Data_table");
newli = {};
For( i = 1, i <= N Rows( dt ), i++,
Insert Into( newli,
...