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
Level measures (including percent to total)

Summary
Level measures (including percent to total)
Content
What is the syntax for level measures in DV?
For example let's say I have some sales data by region, what is the syntax to get total sales across all regions, no matter what the filtering is.
This could be used to create a percent to total by region measure : sales/total sales
Answers
-
yes that's right and I also learnt the advanced version of it , where we add a BY clause (e.g. Sales/SUM(Sales by Whatever) )
0 -
Hello there,
From the sounds of it you should just be able to do Sales/SUM(Sales) - The SUM(Sales) should give you the total number of sales in the table. This should ignore the filter settings for the calculation.
Please let me know how you get on!
0