Setting limits from a specific cell to the column property
Hi All I have som problems in getting the code below to set the limits in the column properties it set a spec limits but is is set to 0.0 and not the value in row 4 and 5 of the column is there any of you that can helpfor(c=2, c<=NCol(dt), c++, Column(dt, c) << Set Property("Spec Limits", Spec Limits(Show Limits(1))));
for(c=2, c<=NCol(dt), c++, Column(dt, c) << Set Property("Spec Limits", Spec Li
...