Hello Experts,
I have a question regarding stitch join in OBIEE. I have 2 facts and 5 dimensions.
Fact Summary--> Dim 1,Dim 2,Dim 3
Fact Detail--> Dim 1,Dim 2, Dim 3,Dim 4,Dim 5
1 record in Fact Summary can pertain to multiple records in Fact detail.
Fact Summary has 5 metrics and 4 attribute columns as well defined at same grain.
Fact Detail has 8 metrics and 6 attribute columns defined at detail grain.
I designed 2 separate stars in the physical and BMm but clubbing them under 1 sublect area in Presentation layer.
Running reports on the individual facts along with the attribute columns from facts is also fine, as its a single star.
Now if I am trying to build a report with metrics from both the fact tables and some conformed dimension columns, BI server issues 2 separate queries and then stitches the result set together using outer join, which is fine.
Problem comes up when I am trying to add a attribute from any of the fact tables to the above anlaysis, the Bi server queries against 1 fact table and zeroes out the result from other fact.
Say My report contains the below columns Dim 1.X,Dim 2.Y,Fact_Summary.metric1,Fact_Summary.metric1,Fact_Summary.attribute1,Fact_Detail.metric1
the query is fired against only Fact Summary and Fact_Detail.metric1 is zeroed for result set , showing error nQSError: 14020 for Fact_Detail.metric1 in query log.
Please suggest what can be done