Categories
- All Categories
- Oracle Analytics Learning Hub
- 17 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 224 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
OBIEE

3672961
Rank 3 - Community Apprentice
Hello All,
Please I want to know if it possible to sum up Grand Totals that is 70 and 190 in OBIEE Analysis as indicated below:
Thanks.
Header 4 | Header 5 | Header 6 |
---|---|---|
asdf | 20 | 90 |
asdf | 50 | 100 |
Grand Total | 70 | 190 |
0
Answers
-
New column "All" with formula
AGGREGATE("Columns"."Header5" AT ) + AGGREGATE("Columns"."Header6" AT )
That's the most you can expect. And also: fuzzy, generic problem description = fuzzy, generic solution approahc.
0