Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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