06-04-2020 06:55 AM
Hello,
I need to construct the tree control with data which has unique keys. Please refer below image. Each element I need to pass the unique keys.
From above diagram, assume that "Project" should have "1" as a tag. Similar way, "Structure" should have "2" as a tag, "Substruc" should have "3" as a tag, "Pile" should have "4". So, If I adding the new element under the tag "1"(which is "Project"), my new element should go under "Project". Similarly, I have to add new elements based on their tag names. Everything I need to in programmatically.
Solved! Go to Solution.
06-04-2020 07:00 AM
Use an invoke node for the tree. Select Edit Tree Items -> Add Item
06-05-2020 09:29 AM
Got the output. Attached snippet here...
Never mind about the broken wire. That is coming from another loop. Since I made the snippet only for this section, it got to be broken...