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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to make a tab sheet default

Hi

I have different tabs in my application , i want to make one sheet as defaulf one to appear and all the field has to be cleared when ever the application is opened by user

How do i do that..?

1 Solution

Accepted Solutions
Not applicable
Author

There are seperate options for "clear all" and "unlock and clear all", the one you want is simply "clear all"

The layout action "activate sheet" is how you specify the default sheet.

you can stack more than one action in the "on open" trigger so it is possible to have

action 1 = lock field

action 2 = activate sheet SH01 (case sensitive)

action 3 = clear all

or

action 1 = select excluded the field from action 1

action 2 = lock field

action 3 = activate sheet SH01

View solution in original post

3 Replies
Not applicable
Author

You are looking for the "triggers" tab in the document properties

To clear all selections, choose "on open" then add a selection action to "clear all"

To actiavte a sheet, choose "on open" then add a layout action to "activate sheet"

Anonymous
Not applicable
Author

But i already have a trigger which lock one of the filed with a particular select if i say clear all even that is getting cleared , how do i leave it locked and clear rest of the firlds , and also how do i make first sheet as default ?

Not applicable
Author

There are seperate options for "clear all" and "unlock and clear all", the one you want is simply "clear all"

The layout action "activate sheet" is how you specify the default sheet.

you can stack more than one action in the "on open" trigger so it is possible to have

action 1 = lock field

action 2 = activate sheet SH01 (case sensitive)

action 3 = clear all

or

action 1 = select excluded the field from action 1

action 2 = lock field

action 3 = activate sheet SH01