Hello,
We have a simple AV with 2 joins in the logical join:
The two joins:
1. Left outer join between the fact and AT_TXT_CBPINDSCT
2. Referential join between the fact table and AT_FI_HEAD
When we are selecting only fields from AT_TXT_CBPINDSCT and the FACT table (only the first join should take place):
When we change the second join from referential to left outer join we didn’t expect it will change the result but:
When we removed the second table and the second join we finally got the righ result for the first join:
How can it be that the second join (we don’t select any data from it) influence the first join?
Please help!!
Amir