Get all the columns names and use Manage Spec Limits
Hi ,I am using Manage Spec Limits to add the SPEC limit into my raw data.I get all the columns names of raw data, and hope to list it in the Manage Spec Limits window. But it failed. Pls help to give some ideas. Thank you. dt_raw = Open( raw_file );
raw_item = dt_raw << Get Column Names();
dt_spec = Open( spec_file );
obj = dt_raw << Manage Spec Limits(
Y( raw_item ),
Load from Limits Table
...