Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello I am using Inner Join in my load script to load two excel files. I have two lists A and B. It pulls the attendee name that is featured in BOTH lists and puts it in a table. However it does not allow me to also have a table of the full list A and full list B. Is there a way to also get tables of the full lists by using inner join?
You would have to use outer join if you want the full lists of both tables.
Hi,
Check the answer to your previous post.
Miguel