Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
naishaansh
Contributor III
Contributor III

Show a table based on a condition

I have an inline load and there are 3 values More than 10 %, More than 30 %, Less than 60 %

This field is fed to a filter.

Then there are 3 different tables - each table having a measure for more than 10 %, more than 30 %, less than 60 %. Now based on the filter selection , They want to see  a  that particular table - More than 10 % or More than 30 % or Less than 60 %

How can I show a table that way conditionally?

1 Solution

Accepted Solutions
ggijben
Partner - Creator II
Partner - Creator II

Hi @naishaansh , 

You can use the Container object to achieve this. You can add conditions to show/hide specific charts. You can use the GetFieldSelections() function to determine which value has been selected and use that in your conditional statement.

See https://www.youtube.com/watch?v=IA1CTJZXeXM for more info.

1.png

View solution in original post

1 Reply
ggijben
Partner - Creator II
Partner - Creator II

Hi @naishaansh , 

You can use the Container object to achieve this. You can add conditions to show/hide specific charts. You can use the GetFieldSelections() function to determine which value has been selected and use that in your conditional statement.

See https://www.youtube.com/watch?v=IA1CTJZXeXM for more info.

1.png