Hi all,
the following situation happens with me with different RDBMS:
i have 3 tables A, B and C
table A connected to table B by 4 PKs c1, c2, c3 & c4
table A connected to table C by the same PKs c1, c2, c3 & c4
the 2 joins are outer joins from table A
if i create a report with tables A & B or tables A & C: the results are OK
but if i create a report including columns from the three tables, results from tables B & C are duplicated like this:
Table B.c1 Table C.c1
1 1
2 1
1 2
2 2
So, where is the problem
Thanks in advance
the following situation happens with me with different RDBMS:
i have 3 tables A, B and C
table A connected to table B by 4 PKs c1, c2, c3 & c4
table A connected to table C by the same PKs c1, c2, c3 & c4
the 2 joins are outer joins from table A
if i create a report with tables A & B or tables A & C: the results are OK
but if i create a report including columns from the three tables, results from tables B & C are duplicated like this:
Table B.c1 Table C.c1
1 1
2 1
1 2
2 2
So, where is the problem
Thanks in advance