Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2225
Multiband - How can I limit the display to only part of a hierarchical dataset?
posted
Multiband - How can I limit the display to only part of a hierarchical dataset? I have a hierarchical dataset with which I only want to show part of the dataset hierarchy in a grid. 

The dataset looks something like this (using parent/child analogy. Each node is a table, not a record)

    1)     Parent

               a.     Child 1

               b.    Child 2

                          i.    Grandchild1

                                  1.     Greatgrandchild1

                                  2.     Greatgrandchild2

                                  3.     Greatgrandchild3

                                  4.     Greatgrandchild4

                  c.     Child 3

                 d.    Child 4 

 

Basically, I need to only display grandchild1 and its children and hide “parent”, Child 1 and it’s siblings.

 

So, My grid would only show :

                          i.    Grandchild1

                                  1.     Greatgrandchild1

                                  2.     Greatgrandchild2

                                  3.     Greatgrandchild3

                                  4.     Greatgrandchild4

 

Even though there are other tables up the chain.

 Is this possible? Any ideas? 

Thanks,

Tony