Categories
- All Categories
- Oracle Analytics Learning Hub
- 19 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 232 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 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