Iterating Through two Data Tables of Different Sizes & Comparing for Matching Values
Hi,I have the following problem:- I have two data tables in seperate jmp files, each of which has one column.- One table is 8 rows long whilst the other is 6440 rows long.- My aim is to go through each of the values in the 8-row table and compare them to every value in the 6440-row table to see if they match.- I was just wondering how I could go about doing this because I want to iterate through ...
bernie426