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

Maximum hierarchy levels in Listbox

Hi,

Does anyone know the maximum level of hierarchy that we can implement in QlikView (in a listbox selection).

I have implemented up to 6 levels. But want to know the maximum level possible.

Appreciate any help.

Thanks and Regards,

Rohan

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

15000 I guess. Using a repeat expression I get these results:

=Repeat('a/' , 15000) -> tree view

=Repeat('a/' , 15001) -> no tree view


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

15000 I guess. Using a repeat expression I get these results:

=Repeat('a/' , 15000) -> tree view

=Repeat('a/' , 15001) -> no tree view


talk is cheap, supply exceeds demand
Not applicable
Author

Hi Gysbert,

Thanks for the help.

I just implemented up to 540 levels. When I add more levels further, the execution of script fails.

Is it RAM dependent. Or some other factors affecting the level of hierarchy?

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Probably. Check the ram usage when running the script.


talk is cheap, supply exceeds demand
Not applicable
Author

Okay. I will check that.

Thank You!