Hi All,
Oracle Business Intelligence 12.2.1.1.0
I have a question regarding filtering out data on a multi fact model. Model is as shown below.


CF - Dim is the conformed dimension to Fact tables Fact - F1 & Fact - F2.
NCF - Dim is joined only to Fact - F2.
Report is created with columns from these 4 tables and a filter is applied on a column from non-conformed dimension. OBIEE then generates 2 queries
Query 1 : NCF-Dim, Fact - F2 and CF - Dim
Query 2 : CF - Dim, Fact - F1
OBIEE generates a FullOuterStitchJoin between Query 1 & Query 2 based on join mentioned in conformed dimension. My issue is Query 1 returns 0 records and Query 2 returns multiple records, these multiple records is shown in the report and fields from Query 1 is shown blank. How can I avoid the records from Query 2 because of FullOuterStitchJoin ?


Setting FOJ_GRAND_TOTAL_LBM=0 at Advanced tab works fine. But I am looking for a way to include this in model as Users will be creating there own reports.