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: 
helen_pip
Creator III
Creator III

How to get list box activated upon selection from another list box

Hello

I was wondering if anyone would have any example they could share where upon selection of a list box, other list boxes will appear there after

I only want list boxes to appear upon selection of another list box

Can anyone help?

Kind Regards

Helen


1 Solution

Accepted Solutions
Not applicable

You can use GetSelectedCount() as a conditional to check if a selection has been made in the list box.

Have a look at the attachment

View solution in original post

3 Replies
Not applicable

You can use GetSelectedCount() as a conditional to check if a selection has been made in the list box.

Have a look at the attachment

israrkhan
Specialist II
Specialist II

Hi,

on the layout tab, check conditional show and enter the below expression.

it will work..

=GetSelectedCount(YourFieldName)>0

Khan

helen_pip
Creator III
Creator III
Author

Thank you! Works for me