Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 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 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