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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

List Box hierarchy?

Hi All,

I need Urgent requirement,

a list box Hierarchy  with example.

Live req:

I  have Bank ID and In that bank id have n number of node Like Bank ID-> Branch-> Department -> Sub Dep-> Revenue

I need to show this on List box. When i choose list box  selection need to display pivot or table box.

Kindly Help me.

Data:

           

GroupName AName BName CName DName EName FName GLengthIDBest NamePathOIDParent Name
AdminABCCDE1234MemoAdmin>A>B>CD>E>Memo123Best
UserABCDEMNZN2212GemoUser>ABC>DE>MN>Z>N>Gemo443Gest
Admin1QWERV22431LemoAdmin>Q>W>E>R>V>Lemo554Lest

Ramya.

11 Replies
Not applicable
Author

Can you provide sample data for the requirement? Do you have the data in the format of Adjacent nodes table? If yes, that can be converted to Expanded nodes table using Hierarcy keyword. There you need to specify the delimiter/Separator for different nodes. Use that in the list box properties -> Show as Tree View -> With Separator.

I didn't understand 'When i choose list box  selection need to display pivot or table box.' Elaborate your requirement.

Regards,

KKR

Not applicable
Author

Hi,

Could you please elaborate your requirement.

Provide some sample data and the required output screen shot.

Regards,

Jemimah

Anonymous
Not applicable
Author

Hi Ramya,

Please go through this link:

https://community.qlik.com/docs/DOC-5490#comment-34684

Hope it will helpful!!

Not applicable
Author

Data:

           

GroupName AName BName CName DName EName FName GLengthIDBest NamePathOIDParent Name
AdminABCCDE1234MemoAdmin>A>B>CD>E>Memo123Best
UserABCDEMNZN2212GemoUser>ABC>DE>MN>Z>N>Gemo443Gest
Admin1QWERV22431LemoAdmin>Q>W>E>R>V>Lemo554Lest

Ramya.

Not applicable
Author

Mail id Please. I can send u data

Not applicable
Author

Mail id Please. I can send u data

hariprasadqv
Creator III
Creator III

Hi,

Prepare a table with the fields PARENTID,CHILDID and NODENAME then you can use hierarchy() function to create hierarchy in the script itself.

Thanks

timanshu
Creator III
Creator III

Hi,

Using Hierarchy function will solve purpose. Attach data to let me do

sunilkumarqv
Specialist II
Specialist II

This helps you to load list box hierarchy 

Hierarchy function easy and Efficient with example---