最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

obiee - Hierarchy level based on Flag - Stack Overflow

programmeradmin0浏览0评论

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
Add a comment  | 

1 Answer 1

Reset to default -1

As 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.

发布评论

评论列表(0)

  1. 暂无评论