Get column Property and store as list
I have a large data set and each column has spec limit i am looping through the column names and trying to get spec Limit and storing them as a list. But somehow script is not storing the values of spec Limits in a list and giving only values for last iteration. any help on how to store spec values as list ? data_cols = dt1 << Get Column Names (continuous);lsl= {};usl={};for (m =1,m<=NItems(data...
steve_reinhart
dale_lehman