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: 
retko1985
Creator II
Creator II

Hide Listbox if there are no data for particular month

Hello,

Here are my data:

When I select Month 6, I want listbox City to disappear. Normally it is:

So how can I check if there are some data in a column for some value of another column?

Attaching QVW also.

Thank you.

1 Solution

Accepted Solutions
dapostolopoylos
Creator III
Creator III

I tried a conditional statement in the layout of the ListBox, check the attached file

Father/Husband/BI Developer

View solution in original post

2 Replies
tresesco
MVP
MVP

Layout->Conditional Expression: =len(trim(Concat(DISTINCT City)))

dapostolopoylos
Creator III
Creator III

I tried a conditional statement in the layout of the ListBox, check the attached file

Father/Husband/BI Developer