2012 Jun 16 10:45 AM
Hi All,
I am trying to use the query viewer to run a report where in I am trying to join more than 2 tables using t-code SQVI , however I have a small doubt does joining table using SQVI requires a common field accross all the tables that are been joined if not then how do we join more than 2 tables that does not have a common field across all the tables.
Regards,
AB
2012 Jun 16 11:46 AM
Hi Arjun Behera,
create quickview, select datasource table join. Add tables one after one to graphic. System will propose join conditions drawing lines. You can right-click the lines to delete join condition or change inner to outer join condition.
Play with it and try - that's what we all do.
Regards,
Clemens
2012 Jun 16 3:49 PM
You can join tables 1 and 2 via field A, and tables 2 and 3 via field B, so it need not be the same field A across all three tables.
Thomas