Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show/Hide container based on count of selections in a list box

I have a list box and a container box. If i select only one value in the list box , the container should be shown, hide; otherwise.

Any suggestions ?

-James

1 Solution

Accepted Solutions
neelamsaroha157
Specialist II
Specialist II

Are you looking for something like this

View solution in original post

3 Replies
marcus_sommer

Within the visibility-condition: if(count(ListBoxValue) = 1, true(), false()).

- Marcus

neelamsaroha157
Specialist II
Specialist II

Are you looking for something like this

Not applicable
Author

Exactly !

Thanks a ton !!

I have to show values inside the container based on the selected value in the list box. I think Qlikview will take care of this if i map the fields correctly.

-James