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
RPD Formula

Hello,
I would like to create a formula in the RPD that does the following:
Units Per Hour / QUATITYPERHOUR for the CustID & Category & UOM
I am not sure how to go about this so any ideas would be welcome. I have attached what the data currently looks like.
Answers
-
I don't know if this what you are asking, let me know.
0 -
Did you mean.. aggregate based on dimensions?? If so, please refer the below article..
https://gerardnico.com/wiki/dat/obiee/obis/aggregation_based_on_dimension
0 -
In Criteria tab we can go for aggregate something like sum(Measure1 by Col1) or sum(Measure1 by Col1,Col2)
0