admin管理员组文章数量:1332620
In OBIEE Hierarchical development, we have a specific requirement where we need to implement a hierarchy based on a single dimension table. The hierarchy levels are defined as follows: account_group_name --> sub_account_group_name --> account_code. We also have a drill_down_flag column, which holds values 'Y' or 'N'. The hierarchy should only drill down to the next level if the drill_down_flag is 'Y'; otherwise, it should not drill down. How can this scenario be implemented in RPD development?
Nothing worked i tried so many
In OBIEE Hierarchical development, we have a specific requirement where we need to implement a hierarchy based on a single dimension table. The hierarchy levels are defined as follows: account_group_name --> sub_account_group_name --> account_code. We also have a drill_down_flag column, which holds values 'Y' or 'N'. The hierarchy should only drill down to the next level if the drill_down_flag is 'Y'; otherwise, it should not drill down. How can this scenario be implemented in RPD development?
Nothing worked i tried so many
Share edited Nov 28, 2024 at 10:51 DarkBee 15.6k8 gold badges72 silver badges117 bronze badges asked Nov 28, 2024 at 10:51 Mohamed ismail AbdullahMohamed ismail Abdullah 1 2- 1 "Nothing worked i tried so many" - Please edit your question to include a minimal reproducible example so that readers can run your code to answer your question. – DarkBee Commented Nov 28, 2024 at 10:52
- 1 Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – melvio Commented Nov 29, 2024 at 8:42
1 Answer
Reset to default -1As mentioned by DarkBee and melvio, the question is very vague and needs clearer specification.
That said, what you are talking about is either a so-called ragged hierarchy or an unbalanced one, or both. It's impossible to say from the description provided. If a hierarchy has no children the drilldown will not be rendered by default. If you do have children the drill-down will be rendered. Having children but stopping the drilldown is non-sensical with regards to how hierarchies work.
本文标签: obieeHierarchy level based on FlagStack Overflow
版权声明:本文标题:obiee - Hierarchy level based on Flag - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742266614a2443518.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论