Discussion Board for collaboration related to QlikView App Development.
Hi All,
I have a listbox with a hierarchy path.
When I select a parent node the current selections shows only : Path3 25 of 6440.
I think this is because I have to much values in my selection.
But is there a workaround to show the values anyway? Or to show the parent-group names instead of the selected values?
Thanks in advantage,
Fien
You can try to increase the 'Max values in current selections' on General tab of Settings - User Preferences.
I would recomend you to not use this object
Instead of this, use a textbox using =GetCurrentSelections(chr(10),':',',',10000)