cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Can we create same child node for different parent nodes in tree widget

SaiSameera
12-Amethyst

Can we create same child node for different parent nodes in tree widget

Hi,

I want to view the data in tree widget which has 2 parent nodes. I want to view the data in this way 

s1

|-- s2

    |-- s3

    |-- s4

s5

|-- s6

    |--s2

1 ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:SaiSameera)

In a Network you can't do this.

But you can try just creating the infotable with nodes setup the way you want and bind that to the tree widget

remember that in that setup

parent child

a top node is a CHILD without a parent.

so you would have

parent child

              s1

s1          s2

              s5

s5          s6

s6          s2

View solution in original post

2 REPLIES 2
PaiChung
22-Sapphire I
(To:SaiSameera)

In a Network you can't do this.

But you can try just creating the infotable with nodes setup the way you want and bind that to the tree widget

remember that in that setup

parent child

a top node is a CHILD without a parent.

so you would have

parent child

              s1

s1          s2

              s5

s5          s6

s6          s2

Thanks for the response. 

Top Tags