Column Formula to Determine Test Order for Repeated Samples
Attached is JMP file and want to replicate the Test Order column with column formula. Test Order column is based on SerialNo and TransactionBegDtm across multiple LotNo. Goal is to know if the SerialNo tested 1st vs 2nd based on TransactionBegDtm. I tried formula below, but was not able to get the correct matching sequence. dt = Current Data Table();dt << New Column( "Duplicate", Formula( Col Cumu...