Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Answers: Table/Pivot Sum and group

Hi,
I am using OBIEE 10g, In Answers, I want to achieve as shown in below table:
Purchase Order No | PO Amount | MRN No | Amount |
100025688 | 100800 | 100128613 | 25000 |
100800 | 100130060 | 25400 | |
100025688 Total | 100800 | 50400 |
Note: Po Amount Aggregation Rule is SUM
How can I achieve this.
Thanks,
JB
Answers
-
Ideally you must correct your model to have the PO Amount with the double meaning: measure in your fact table with a SUM aggregation and in the same time also an attribute without any aggregation (a degenerated dimension exposing the PO Amount as attribute).
Plan B you can change the aggregation to Average, it's probably enough to look like it's what you want ...
0 -
Actually, the question is: what is the problem?
This report looks pretty usual for me, and some comments are required on what do you have now and what do you want to achieve.
0 -
Thanks. It helped.
0