How to prevent locking columns when making a summary table
I create A summary table as follows but it puts the Lock Symbol on the columns in the summary table. FAILS_SUM = FAILS << Summary( Group( :Lot, :Wafer, :Part, :End_Date, :X, :Y ), linkToOiginalDataTable(0), outputTableName(FAILS<<getName() || "_SUMMARY"), invisible ); I programmatically unlock the columns using colNames = FAILS_SUMMARY << getColumnNames(); for(i=1, i<...
paigemiller