Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Activate text object when switching tabs

Hi all,

I have a massive text box covering up the data in a tab. When users click on accept on the text box the text box vanishes and the data can be seen. How do I activate the text box when the user gets back to the tab?. I know something needs to be done in sheet properties but cant figure it out.

Regards,

Koushik.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

The text box probably uses a variable to show/hide it. You can use the OnActivate trigger of the sheet to add an action that sets the variable to a value that makes the text box visible again. See the Triggers tab of the sheet properties screen.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

The text box probably uses a variable to show/hide it. You can use the OnActivate trigger of the sheet to add an action that sets the variable to a value that makes the text box visible again. See the Triggers tab of the sheet properties screen.


talk is cheap, supply exceeds demand
Not applicable
Author

Got it!! Thanks.