Categories
- All Categories
- Oracle Analytics Learning Hub
- 20 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 233 Oracle Analytics News
- 45 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 Analysis Query
Adz10
Rank 2 - Community Beginner
Hi,
I am trying to produce a table like this in OBIEE Answers. I am able to get product and sold column fine but how can I work out the % column.
It is basically doing % = product_sold/total * 100
| Product | Sold | % |
| A | 50 | 55.56 |
| B | 25 | 27.78 |
| C | 10 | 11.11 |
| D | 5 | 5.56 |
| Total | 90 |
Thanks
0
Answers
-
A pivot table will do this automatically for you. Duplicate you measure with "Duplicate Layer" and then "Show Data As..." - "Percentage" etc like I highlighted here
0