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

Show Straight table conditional

Hi, i have this Straight Table called "General List". I also have a Multi Box called "General selections". So, i would like to make it appear this Table when any of the fields that are on the Multi Box is selected. Otherwise i don't want it to be shown. How do I make that happen?

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Use Show condition in the table:

GetSelectedCount(field1) + GetSelectedCount(field2) +... >0

where field 1, field2,.. are the fields in the mutlibox

Regards,

Michael

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Use Show condition in the table:

GetSelectedCount(field1) + GetSelectedCount(field2) +... >0

where field 1, field2,.. are the fields in the mutlibox

Regards,

Michael