Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 48 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 286 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.3K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 110 Oracle Analytics and AI Trainings
- 20 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Add the Total() function to use in Viz calculations.
Rajakumar Burra
Rank 6 - Analytics & AI Lead
Currently OAC supports only SUM() function but not TOTAL() function.
Qlik is having this functionality and it is very useful in calculating the averages.
Below is the usage.
- Examples:
Sum(Sales): Sums sales for the current selection and dimensions.Total(Sum(Sales)): Returns the total sales for all data, ignoring selections and dimensions.Sum(Total <Category> Sales): Returns the total sales for each category, ignoring other dimensions.Sum(Total Sales): Returns the total sales for all data, ignoring selections and dimensions.
In essence, Total() provides a context-free total, while Sum() calculates the total within the current context.
Use Cae:
Help in calculating variance dynamically in Table/Pivot table. — Oracle Analytics
2