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: 
justcotto
Contributor III
Contributor III

Show list boxes conditionally

I have am trying to implement 2 set of list boxes.

One set will go by company, region and department

The other will be manager based. So VP, Director and Manager.

I want the user to open the page and select a toggle between corporate and manager based filters. Then the corresponding list boxes will populate.  I tried creating a text object using a variable vShowFieldSelections where =if(vShowFieldSelections = 1, 0, 1).  But there is no way to show the listboxes conditionally.  Like setting manager options to 0 and corporate options to 1.

Any other ideas? 

1 Reply
Claudiu_Anghelescu
Specialist
Specialist

You can try to show the List Boxes conditionally based on the field which contain Director , Manager, etc.

Also you can attach a sample.
To help community find solutions, please don't forget to mark as correct.