Forum Discussion

xjiang's avatar
xjiang
Frequent Visitor
7 years ago
Solved

Issue with using information from both tables after creating relationship

Hello all,   I need some help for a project that I have been working on,   I have 2 tables (A: 40 columns with the planning stats) (B: 48 columns with the actual stats). Each table has more than ...
  • dedelman_clng's avatar
    dedelman_clng
    7 years ago

    Hi xjiang

     

    In Query Editor when you do "Merge Queries", you can match up the 7 columns that align between the two tables and use a "Left Outer" join to get all of the rows and columns from the Planning table, and all of the columns from the Actuals table that match up with a row in Planning, like so:

     

     

    Hope this helps

    David