Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
reshmakala
Creator III
Creator III

Tree view separator

Hi all,

I have created a hierarchy and shown as tree view in a list box. My parent node has '/' symbol in the data already and so that is being considered as second level.

Example:

Level1                              Level2

SF/13 PRODUCT13          RIGIMA

THE PRODUCT 14          RETH

In the above case the hierarchy is created as

SF

- 13 PRODUCT13

     -RIGMA

Any solution for this greatly appreciated. Thanks in advance.

3 Replies
Anonymous
Not applicable

In the list box properties, tab General, right under the "show as tree view" check box, there is a an option for the separator.

reshmakala
Creator III
Creator III
Author

Thank you for the reply.When I chnage that separator am not able to get the tree structure. Any thoughts?

Anonymous
Not applicable

Sure.

When you build the hierarchy for the tree view, you probably use hierarchy() function.  It has parameter PathDelimiter, which is optional.  By default it is '/', but you can specify anything you want, and use it in the list box.