An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
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.
A (inner) join should do the job.
Cheers
Martin