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: 
agni_gold
Specialist III
Specialist III

Show/Hide based on Chart Selection

I have one container in which 3 charts are there , and i have made one text box and i want to show that text box on the selection of a particular chart.

Please help

11 Replies
jafari_ervin
Creator III
Creator III

the OnActivate object trigger has been removed from QV11.

maxgro
MVP
MVP

- nested container (as Antonio already suggested)

or

- replace container with

3 charts and 3 buttons to simulate the container

add a variable; set the variable value (1 or 2 or 3) in the buttons and use the variable value in conditional show of the charts, layout tab

button1 set var to 1 --> show chart 1 (and hide the others charts)

button2 set var to 2 --> show chart 2 (...)

button3 set var to 3 --> show chart 3 and text object (...)