Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

conditional column?

Hi,

I have a "table box" filtered by a "list box", the table box contains the field in the list box.

Is there a way to view that field -in table box- only if it's selected in list box. so if no value selected in the list box, the field won''t be available in the table box.

BTW, I'm using QlikView 9.

Saad,

2 Replies
Not applicable
Author

Table box doesnt allow conditional column view. What you can do is have two table boxes on with and another without listbox field. Have conditional visibility on both of them to toggel when selection is made using if(GetSelectedCount(<FieldName>)>1,1,0)

Kiran

Not applicable
Author

Thanks for response.

What if I have 5 list boxes and one table box, it would generate a lot of combinations working in your solution.