Hi, I’m looking or a way to combine tables in such a way to get everything in table A that is not in table B.
In my use-case, I have a list of modules (table A) and a list of people who have attended those courses (table . I wan to find out for each person, which courses they have not attended.
Table A fields: Grade, Modules Required
Table B fields: Person, Grade, Modules Taken
Looking for Person, Grade, Modules Still to Take
I am very new to Airtable and am just finding my way. I am comfortable with tables, views and linking fields/lookups (I think), but other than scripting I can’t see any obvious way to achieve the result of a difference operation between the two tables.
I hope someone can help, thanks.