Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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

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

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

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!