Help, The srcipt stop half way not moving to next step. It work on JMP8 but not working for JMP10. The last action were creating tabulate DT_ETAList_Tabulate = DT_ETAList_Raw<<Tabulate(Add Table(Row Table(Grouping Columns(:ETAID, :ETATitle, :ETAOriginator, :Quantity)))); DT_FailIV_ETAList = DT_ETAList_Tabulate<<Make Into Data Table; DT_FailIV_ETAList<<Set Name("ETA List - Fail IV Plates last 5 days"); Column("N")<<set name("Plates"); DT_FailIV_ETAList<<Sort(By("ETAID"),Order(Ascending),Replace Table); //Closes un-needed windows DT_ETAList_Tabulate<<Close Window; Close(DT_ETAList_Raw, No Save); );
... View more