

Contributor III
2014-08-27
05:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Problem in creating ListBox showing Hierarchy (TreeView )
I want to show hierarchical values in ListBox in a TreeView form but the problem I am facing is when I separate the field at ListBox level using "/" as separator it only shows the least level as possible values and the above two levels are excluded.
Please find the attached QVW and Excel file.
Thanks in advance.
1,384 Views
1 Solution
Accepted Solutions


MVP
2014-08-27
09:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You have to include seperate rows for each level.
E.g.
Level1
Level1/Level2
Level1/Level2/Level3
1 Reply


MVP
2014-08-27
09:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You have to include seperate rows for each level.
E.g.
Level1
Level1/Level2
Level1/Level2/Level3
