Output List Overlap

ewagner
New Altair Community Member
I've got two lists I'm trying to - very simple, each has a name and a numerical ID column. I want to output rows that have a id that exists in the other list as well - but can't figure out how to do that. Your help would be appreciated.
Tagged:
0
Answers
-
Hi
A (inner) join should do the job.
Cheers
Martin0