Schedule a task in JMP script
Hi,I have a command sequence like this:-dt = Data Table("Input Copy");dt1 = Data Table("Matrix Splits Table");dt << Join( With(dt1), By Matching Columns(lot_id == dt1:Waferlot), By Matching Columns(wafer == dt1:Wafer), Drop Multiples(False,True), Include NonMatches(False,False), Output Table Name("Joined Input Table"));// SBIN summary by SITE and splitData Table("Joined Input Table") << Summ...
b55019
cyoung5
Steven_Moore
sophiaw
saitcopuroglu