Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
rcorcoran
Creator
Creator

Activate Action of text box on activating sheet

Hi

I have a document that has a number of text objects used to open containers with the data in them.  My problem is that when I go to a sheet there are no containers showing on the page.  I want to have one as a default container that is always activated when the sheet is activated so that there isn't just a blank sheet with text objects.

I have tried this by going to sheet properties and adding action to maximise object but it doesn't work.

Any other suggestions appreciated.

Rhona

4 Replies
Anonymous
Not applicable

Hi,

Go to Settings -> Sheet Properties -> Triggers tab

You can set triggers for 'OnActivate' and/or 'OnDeactivate' events of any sheet object.

rcorcoran
Creator
Creator
Author

Hi neetha

I was trying that but it doesn't work for this action.  I used it for other actions but it doesn't seem to work for this

thanks

Anonymous
Not applicable

Hi Rhona,

Please give details steps how are you implementing these action.

terezagr
Partner - Creator III
Partner - Creator III

Hi Rhona,

create a variable in your load script

vShowContainer = 'Container';

On sheet properties than apply set variable

Variable: vShowContainer

Value:='Container'