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

Showing tabel when selecting another tabel

Hello,

Is it possible to show a tabel at the moment another specific tabel is selected/active? (and not showing that tabel when that specific tabel or graph is not seected/active?

tnx!

1 Solution

Accepted Solutions
Not applicable
Author

Yes

for example: sheet properties->trigger->on activate  and on deactivate

ou can create variable changing each time You activate/deactivate CH01 (i mean toggle 1  0  1 ...)

and You have to modify show condition of the chart CH02 properties  Layout->show condition   using Your variable (calculated in trigger)

View solution in original post

2 Replies
Not applicable
Author

Yes

for example: sheet properties->trigger->on activate  and on deactivate

ou can create variable changing each time You activate/deactivate CH01 (i mean toggle 1  0  1 ...)

and You have to modify show condition of the chart CH02 properties  Layout->show condition   using Your variable (calculated in trigger)

Not applicable
Author

This is working! Tnx!