Forum Discussion

IzaLeo's avatar
IzaLeo
Icon for Advocate I rankAdvocate I
4 years ago
Solved

Left outer join

Good morning,    I'm trying to merge 2 tables and my goal is to keep everything from the firt one, and match the second. But, when I do that, i go from 3114 rows to 3123 and it's not supost to, sin...
  • BA_Pete's avatar
    4 years ago

    Hi IzaLeo ,

     

    It sounds like your second table is introducing duplicates into the merged table.

    Open your second table, select the column that you are matching to the first table with, go to the Home tab > Keep Rows (dropdown) > Keep Duplicates. This will show you which rows are creating the extra rows in your merged table.

     

    Pete