Hi All,
I have 2 data tables, data.jmp and final.jmp
I need to match 2 columns (lot name, wafer number) from data.jmp to 2 columns (LOT, WFR) from final.jmp. I need to create a new subset comparing these 2 tables and output as FINAL_UPDATED data table.
Thank you for the help.
What I specified in my last response is exactly what you need to do to put the 2 data tables together, matching upon the 2 pairs of columns you indicated. Below is the filled out dialog box from
Tables==>Join
that when executed creates the output table you described. Attached is the new table created.
Use the pull down menu item
Tables==>Join
and you will be able to match the columns you need to match and it will generate a new data table
Thank you txnelson. Maybe I should have explained this more clearly.
Attached are the tables.
What I specified in my last response is exactly what you need to do to put the 2 data tables together, matching upon the 2 pairs of columns you indicated. Below is the filled out dialog box from
Tables==>Join
that when executed creates the output table you described. Attached is the new table created.
In JMP 13 you might also find the virtual join useful.