Forum Discussion

jcastr02's avatar
jcastr02
Post Prodigy
6 years ago
Solved

Merging tables, data not showing

I have two tables   “Terms Count”   &   “HC Count”    where I am using merge tables to pull data from each and put into new table called  “HC and Terms”      For this example, I’ve filtered for Business Unit – Chandler, and File Date as “1/1/2020”.  

 

When merging I use Join Kind – left outer, but I notice that four items from “Top LOB” from the  Terms Count table (in yellow) do not populate into the new table.   Please see screen shot....                      

  • Hi  jcastr02 ,

     

    If you wanna show all the rows in 2 tables,you should use "append" instead of "merge".

    Merging  tables is like below:

    While appending tables is like:

    Using "merge",when there 's no matched values ,it will show null.

     

     
    Best Regards,
    Kelly
    Did I answer your question? Mark my post as a solution!

5 Replies