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
Calculate Level Based Measure across all levels of hierarchy

I have created a level based hierarchy in my rpd. The hierarchy works pretty well but depending in which level of the hierarchy I'm in the amount does now show up. I'm wondering if there is a way to always have the total amount always show regardless of level in the hierarchy. The hierarchy looks like this.
In the front end I can pull the the hierarchy and dropped it on my report as a table prompt like such.
If I'm at the lowest level of the hierarchy the amounts show up. However, if I'm hierarchy up in the hierarchy I don't see the amounts
Is there a way to tell obiee to always calculate the amount no matter what level of the hierarchy I'm in?
Any help would be greatly appreciated.
Answers
-
mlov83 wrote:Is there a way to tell obiee to always calculate the amount no matter what level of the hierarchy I'm in?
Yes. By NOT making it a level.-based measure. The name says it: "level-based". Based on a level.
If you do not hardcode a level it will react dynamically. That's the whole point of the tool.
0 -
Thanks for the reply Christian. One small caveat that I fail to mention is that when I set the amount at the highest level it properly gives me the total amount of the invoice, So I guess what I really need to do is something like a calculated field in the rpd that would so something like "sum(invoice_amount by Invoice)". The invoice can have several lines but I always want to capture the total amount of the invoice regardless of how many line items are in the invoice. It does not appear like I can do "sum(invoice_amount by Invoice)" in the rpd, I'm I missing something? I can do that in formula in the analysis I just can't seem to be able to do it in the RPD. Thanks
0 -
You're not being specific enough.
Is "Invoice" a level in a hierarchy? Does it break down into line items? Or is it the granular level? You will need to provide more information as at the moment it still sounds like you're just tieing the measuer to the wrong level. I.e. ANY level whereas it shouldn't be tied to anything and just aggregate dynamically
0