Categories
- All Categories
- 70 Oracle Analytics News
- 7 Oracle Analytics Videos
- 13.9K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 38 Oracle Analytics Trainings
- 56 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 2 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
how to create Hierarchy that can skip a level when getting null data
Hello all,
I have developed a Level base hierarchy like Manager --> Submanager-->TL--->consultant
it works fine, now my requirement is if I do not get any data for particular level (or get NULL DATA for any level) while drill-down then it should skip that level and directly jump to next level. It should not display null data for that level at report level.
e.g.:
IF I don't have data(NULL VALUES) for level submanager in above hierarchy then when would I click on Manager level it will directly redirect to TL level, it would not display submanager level.
same thing happen with other level also if it will not have any data(NULL VALUES)
Manager --> TL-->consultant in report level.
Please let me know how I can achieve this.
Thanks
Answers
-
Hi,
More performant would be to get your ETL process to populate all levels with the same parent as previously where they are currently missing, I have done this previously using coalesce as the means to 'push' the values into the gaps.
Otherwise I do not believe that there is the means to fulfil your full requirement using out of the box functionality.
Best Regards,
Robert.
0 -
If you're referring to skipped level hierarchies, then you can create a level based hierarchy and define the structure as Skipped Levels:
0 -
Thanks for your input.
0