Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
obiee 12c calculated measure from two other measures - incorrect values
Answers
-
Thanks Rob, your suggestion to use Server Complex Aggregate worked, but i have to create duplicates of measures A and B and then use them in C.
0 -
Sometimes you have to go an extra mile...
I think the calculation/aggregations for Columns A and B were not happening in the way you wanted...
Applying "Server Complex Aggregate" rule forced the calculation to be applied in a specific way.
Best explanation is in the below blog:
https://gerardnico.com/dat/obiee/obis/server_complex_aggregate
This aggregate rule will also apply the (fraction|average) aggregation ie:
- a sum for the numerator
- a sum for the denominator
- and getting the end result dividing one into the other.
I think you do not require any new columns. Just try using this functionality in the Column C.
0 -
Thanks SonPat, i am still confused with OBIEE behind the scenes calculation behaviour.
0 -
^-- an example for pre-agg vs post-agg
0 -
Thanks Chris.
0