Can't extract the column name properly from "get Column Names"
Hey everyone,
I'm trying to get the columns names into the process capability platform and have it set the 2 normal mixture distribution as the default.
So first I get the column names
(e.g.
)
collist={};
collist=dt3 << Get Column Names("numeric");
then I loop through the columns in the capability platform:
nw=new window("capability analysis",
for(i=1, i<=n items(collist),i++,
...