Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

tree view list box

how to show heirrachy in tree view list box..

my code is

HierarchyMaster:

Hierarchy(EmployeeBusinessEntityID, ParentEmployeeBusinessEntityID, FirstName, , ,ResourcePath,'|',PathDepth)

LOAD EmployeeBusinessEntityID,

           ParentEmployeeBusinessEntityID,

           FirstName

RESIDENT Employee;

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Use ResourcePath as field and enable the option Show as Treeview on the General tab of the listbox properties window. Also change the With Separator to the | character.


talk is cheap, supply exceeds demand

View solution in original post

7 Replies
Not applicable
Author

cant open this doc..can u pls provide steps..

Not applicable
Author

i hav already loaded employye table..now after creating HierarchyMaster its creating synthetic key..so i made it island table..now am not able to create tree view list box for salesperson Hierarchy..

Not applicable
Author

Can somebosy pls explain how to display tree view list box..i hav created heirrachy bt dnt knw ho wto display them..

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Not applicable
Author

i need to show salesperson heirachy..i hav done the coding also..bt dnt knw how to show in list box using tree view..tere is 5 level..how to show tat..

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Use ResourcePath as field and enable the option Show as Treeview on the General tab of the listbox properties window. Also change the With Separator to the | character.


talk is cheap, supply exceeds demand
Not applicable
Author

thnx..i was looking for this only...