Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
What i want to achieve is to collapse a treeview listbox by command button
Hi,
I think you can do it by macro,
Regards
Possibly there is no way till now. Have a look here: Re: Need List Box in Tree View Expanded by Default . You might try the 'save the document in expanded state and see' option.
This doesnt solve my problem
I have many treeview listbox in my dashboard. i want it to collapse after use and clicking on another listbox treeviewer
Hi,
Here is a macro example for a pivot:
http://www.qlikcommunity.com/ideas/3302
If you need other object:
sub Example
set obj = ActiveDocument.GetSheetObject("<ObjectName>")
set objField=obj.GetField
set objProperty = objField.GetProperties
Regards