Skip to Content
0
Former Member
Feb 09, 2005 at 04:04 PM

Custom Display of Hierarchical nodes !!!

43 Views

Hi,

This is the requirement. I have a hierarchy in one of my queries and by default Hierarchy is not expanded.

So,it'll look like

-NODE 0

Now, if I expand my hierarchy to level 3 (of 7), it displays as below.

-NODE0

- NODE 1.1

-NODE 2.1.1

-NODE 3.1.1

-NODE 3.1.2

-NODE 3.1.3

-NODE 3.1.4

-NODE 2.1.2

-NODE 3.2.1

-NODE 3.2.2

-NODE 3.2.3

- NODE 1.2

-NODE 2.2.1

-NODE 3.3.1

-NODE 3.3.2

-NODE 2.2.2

-NODE 3.4.1

-NODE 3.4.2

Is there a way so that I can only display all nodes at level 3 only. i.e., i would like to hide all the nodes at level 0, 1 and 2. So, my result should like this.

-NODE 3.1.1

-NODE 3.1.2

-NODE 3.1.3

-NODE 3.1.4

-NODE 3.2.1

-NODE 3.2.2

-NODE 3.2.3

-NODE 3.3.1

-NODE 3.3.2

-NODE 3.4.1

-NODE 3.4.2

Superior nodes should not be displayed.

Any help greatly appreciated.

Thanks

John