Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
amien
Specialist
Specialist

Performance Tree View Listbox

!I created a hierarchy load which results in about 600.000 records and 4 node levels.

when i create the listbox with treeview it takes about 30 seconds to create it. When its rendered the performance itself is very good.

Also when the enduser switches to another sheet, rendering the treeview also takes very long (not workable).

Anyone also had performance issues with the treeview? What can i do to optimize? (sorry can't share the qvw)

3 Replies
MarcoWedel

Did you use a path field or create the path in a list box expression?

Regards

Marco

amien
Specialist
Specialist
Author

I used this:

Hierarchy(NodeID, ParentID, NodeName,,NodeName, HierarchyPath, '|', [Depth])

And then a listbox with treeview enabled with HierarchyPath as dimension and no expression.

amien
Specialist
Specialist
Author

I added an example in the first post (Thanks Sander)