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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
rudywelvaert
Creator
Creator

Add trigger OnClickSheet to a Sheet

Hello,

Is it possible to add an extra trigger to a Sheet?

There are two standard trggers: OnActivateSheet and OnLeaveSheet.

Is it possible to add a trigger OnClickSheet to a Sheet?

Thanks

R.W.

Labels (1)
16 Replies
passionate
Specialist
Specialist

What do you mean by OnClickSheet?

sunny_talwar
MVP
MVP

What is this trigger suppose to do?

suryaa30
Creator II
Creator II

You can either based it on field selection or change in variable state with a click of a button. Please elaborate on your requirement

Miguel_Angel_Baeyens
Support
Support

OnActivateSheet is triggered every time you click on the tabrow on the tab for that sheet or another trigger activates (makes it visible) that sheet (e.g.: a text object with an icon that you use as a browsing aid).

If you mean when you click on the empty background then no, there is no such trigger, but you could create a text object for the background and add the trigger there.

passionate
Specialist
Specialist

Hi Rudy,

If OnClickSheet refer to area in sheet where there are no objects

then, Add a text box there with 100% Transparency and add trigger to text box.

Regards,

Pankaj

Anil_Babu_Samineni
MVP
MVP

Is it possible to add a trigger OnClickSheet to a Sheet?

Does it mean related the Navigation from One sheet to Next sheet. If so, This is possible

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
rudywelvaert
Creator
Creator
Author

It's an event that standard does't exists on the Sheet objects

I like to add this event. It is triggered when I click a sheet

Thus not a Sheet object on the sheet, but the sheet itself

R.W.

rudywelvaert
Creator
Creator
Author

It doesn't do anything, only it is triggered when the Sheet is clicked, not a sheet object on the sheet, but the sheet itself.

Miguel_Angel_Baeyens
Support
Support

That's what the OnActivateSheet does