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

Working with conditional show

Dears,

How can I show the object LB06 only when the object CH06 were visible?

Can you send me the code to put on the Conditional Logic?

Thanks per your attention

Best regards

1 Reply
Andrea_Ghirardello

You can:

- use the same variable on both charts

or

- use variable1 for show condition of chart1, then add a trigger on variable1 OnChange event that set the variable2. Then use variable2 on show condition of chart2. It is more complicated but you have one variable for each chart.

Otherwise, if you need that certain objects will be affected by certain user selections, you can use Alternate states (see QlikView help file).