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
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