Hi,
In my RPD I have two physical tables - Tab1 and Tab2. Tab1 has two alias - AliasTab1A and AliasTab1B and these two alias are joined with AliasTab2, an alias of Tab2.
So, it is like - AliasTab1A --------------- AliasTab2 ---------------- AliasTab1B.
Now, there is a requirement to introduce a new table, e.g., AliasTab3, between AliasTab1A and AliasTab1B, without touching the existing joins with AliasTab2 as there are existing reports which use this path.
Is it a good practice to create the new joins with AliasTab3 using the existing alias of Tab1? If yes then is there a way to enforce OBIEE to follow the newly created path based on certain condition?
Or shall I create new set of alias for Tab1 and create join with AliasTab3 using them?
Please suggest.