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: 
Not applicable

How to deactivate the space of unselected values in list boxes?

Hi,  I have more than 10 list boxes in my dashboard, when I select Country of 'INDIA', then I am able to see the states belongs to that and rest has been grayed. I don't want to see the gray space if I do select Hide Excluded.  My intention wants to see only corresponding values not grey or select Hide Excluded.  Is there any possible way to achieve this??  Thanks,

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Use an expression for the listbox instead of the field name. Instead of Myfield you'd use aggr(MyField,MyField)


talk is cheap, supply exceeds demand
Not applicable
Author

I did, but instead of Gray now its coming White I have deselected Hide Excluded.  If I want to avoid the that White, then I will have to choose Size to Data option right??  Any other way implementation.  Thanks,

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Nice tip about the aggr(field, field). Didn't know that one.

-Rob