JSL: How can I set the variables for process capability from a list?
Hello,my list of dataColName contains the column headers that I want to use as variables for process capability. dataColName = dt_data << GetColumnNames( Numeric, String );repWin = New Window( sTableName, container = V List Box() );For( k = 1, k <= N Items( dataColName ), k++, content = V List Box( dt_data_sub << Process Capability( //Process Variables( :Assay, :Dissolution, :Weight ), Proce...
