agtjazz Posted November 18, 2008 Posted November 18, 2008 (edited) I have two lists of students (list A and list and want to compare them to find out which students from list A don't exist in list b. These were excel lists that have been imported into separate tables in Filemaker. Any advice would be greatly apprecaited. Edited November 18, 2008 by Guest
bcooney Posted November 18, 2008 Posted November 18, 2008 If you have FM9A, you could use Ray Cologon's custom function XORvalues . Perhaps, just looking at some of the list custom functions will help.
comment Posted November 18, 2008 Posted November 18, 2008 Define a relationship between the two tables on a field (or fields) that uniquely identify the student. Then you can find which records do not have a related record by searching the related field. Or by a script that shows all records in one table, does Go to Related Record [ other table, match found set ], Show Omitted Only.
Recommended Posts
This topic is 5850 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now