Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Report with fields from Multiple Fact Tables

Hi Team,
I have a requirement where I need to create a report from 3 different fact tables.
All the 3 tables have same dimension conforming.
They work independently without any issue.
But when I combine fields from different fact tables together then I am getting error -
Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
Answers
-
Hi,
Did you correctly set the content levels in your business model?
Because the error you have means your didn't provide OBIEE enough info to know how to manage the conformed dimensions to mix together the values from your multiple fact tables.
0 -
+1 to Gianni. It's all in the content levels
0 -
I did !!!
I even tried changing from Logical Level to Columns and still have same issue.
I guess the issue is due to some details cannot be aggregated.
For example: - In CUSTOMER_SHIPMENTS table the column 'WAYBILL' is VARCHAR that stores a text. Now this cannot be aggregated, right?
Can you confirm if this is the issue and resolution if any?
0 -
Are you saying in your fact tables you have attributes without aggregation rule on them?
Well ... of course that can't work.
A text isn't a measure and has nothing to do in a fact table.
Look at degenerated dimensions, it's how to correctly model attributes coming from the physical table being the source for a fact table.
0