Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Working with Direct Database Reports - calculated measures

Has anyone found a way to be able to create calculated measure in pivot tables using direct database queries? I'm trying to divide to show the % change between two columns and then summarize it with a grand total. No aggregation rule works for this (it just sums the percent changes in each row) so a calculated measure would be best. Problem is, since a Direct DB report does not come from a subject area it appears to not allow me to create one.
Answers
-
Have you tried pushing this down to the database as part of you DDR SQL?
0 -
Keep in mind DDR (direct DB requests) bypass the core of the tool, so you don't get most of the feature the tool has.
If you want a calculation you need to do as Joel said: do it in your query (as you are writing a query instead of using the models of your RPD, you can't really expect to not have to model things but then have the tool automating things and letting you add calculated items etc.).
0 -
You could create an opaque view on the physical layer and then use this to model in your business model layer very rapidly, but DDR should be temporary measures, not permanent solutions - and opaque views are not much improvement before anyone else says it...
0