JMP 18 JSL cannot add spec to column property
Hi, My jsl to add spec to column properties failed on the new JMP 18. I've been using it successfully on JMP 17.Eval(
Eval Expr(
dt:(collist[i])
<< Set Property("Spec Limits", {LSL(Expr(LSL)), USL(Expr(USL)), Target(Expr(TARGET)), Show Limits(Expr(Show_Limit))})
<< Set Property("Units",Expr(UNITS))
)
);
The "Spec Limits" property shown up in the column but there is no value (USL, LSL, Tar...