Skip to Content
0
Former Member
Sep 12, 2007 at 08:41 AM

[Tree] item and node order ! (Recursive Node)

40 Views

I made a wd4a has organizatonal structure tree. but I have some problem with the org tree.

I want to have a tree(org structure) in item(person) and node(organization) order.

Root Root

|- Person 1 |- Head Dept

|- Person 2 | |-Person 3

|-Head Dept -> | |-Person 4

| |- Person 3 |-Sales

| |- Person 4 |- Person 1

|-Sales |- Person 2

( to be displayed) (current displayed)

Whiat's the problem?

Although the both of them have a same contents, I really want to display in person and org order .

Plz. help.