I have a standard dimensional model that has a fact, multiple bridge tables, and dimensions. In OBIEE answers if I bring in a fact table column to the analysis, a simple count, the query that is generated joins to all bridge tables to the fact. I have not brought in any other columns from bridges or dimensions yet. My data has data sets which are completely mutually exclusive, meaning there are some folks that have some bridge records but no records in other bridge tables. So the result is always a count of zero. I've looked at the Logical Table Sources and am considering changing the joins from the fact to the bridges to outer joins. I'm in a constrained environment where I can't experiment much. Does anyone know if this is the reason why obiee is bringing in inner joins to all bridge tables on inclusion of one fact column? I've never had to do this in the past with previous versions of this rpd.