Process Capability
Hello,Trying to add a list of the variables (“Process Variables”) in Process Capability plot.It works for single item from the list, but it does not work for whole list. lTest = Data Table("dtGoal") << get column names( numeric); Data Table("dtGoal") << Process Capability( Process Variables( eval(lTest[i]) ), // it works for any i// Process Variables( eval(lTest) ), // does not work _...