Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
In the list box properties, tab General, right under the "show as tree view" check box, there is a an option for the separator.
Thank you for the reply.When I chnage that separator am not able to get the tree structure. Any thoughts?
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.