cancel
Showing results for 
Search instead for 
Did you mean: 

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

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I solved this problem myself and it makes me very so tired.

I guess that Recursive node tree have some bugs.

If a node have one recursive node and one sub-node and some kinds of attributes,

we have to make a decision on how to display and sort them(sub-node and attributes)

There is a example below as I really want to sort them.

C_Drive Folder

- file 1

- file 2

- Folder 1

- file3

- Folder 1-1

- Folder 2

Context

|-Folder Node

| |-File Node

| | |-File Name attribute

| |-Folder Name attribute

| |-Folder_Content -> Recursive Node

When you meet this situation,you must implement the context nodes and

the names of context node and recursive node must be in alphabet order you want to display.

I am sorry for my crumsy writting English.

Former Member
0 Kudos

Root Root

|- Person 1

|- Person 2

|-Head Dept

| |- Person 3

| |- Person 4

|-Sales

(To be displayed)

Root Root

|-Head Dept

| |- Person 3

| |- Person 4

|-Sales

|- Person 1

|- Person 2

(current displayed)