Discussion Board for collaboration related to QlikView App Development.
I have a Listbox object which contains user list. I am passing a user using URL and it is filtering the report accordingly. However, I don't want to show this Listbox to user on the report. It should work in background. How I can achieve this.
Can anybody help me. Thanks in advance!!
One option is to put the list box on a separate sheet and then hide the sheet.
You can also hide/unhide based on a condition.
Just go to the "Layout" tab in Properties Select "Conditional" and put the value as 0.
do you want to hide it forever?