ThingWorx Navigate is now Windchill Navigate Learn More

Translate the entire conversation x

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

SaiSameera
13-Aquamarine

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

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

SaiSameera
13-Aquamarine
(To:PaiChung)

Thanks for the response. 

Announcements




Top Tags