Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
When REPORT AGGREGATE Works And How To Disable

Hello,
I building a report with counting customer IDs. I have a column formula like "COUNT(CASE WHEN "DIM_DATE"."AS_OF_DATE" = DATE'2017-08-24' THEN "DIM_CUSTOMER"."CUSTOMER_ID" END)".
While usually OBI aggregates the report on DB level with a group by but in this particular report OBI chooses to aggregate on report level.
So my report performance crashes.
How can I make OBI to make aggregation on DB level instead REPORT AGGREGATE?
Oracle Business Intelligence 12.2.1.1.0
Thank you.
Answers
-
If the aggregation rule of your column formula is set to Server Complex Aggregate then OBIEE will do a REPORT_AGGREGATE.
0