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: 
zagzebski
Creator
Creator

On Activate Sheet trigger not working in Access Point

I am having issues with Variables in Access Point.

Specifically I have an On Activate Sheet trigger that should be chainging a variable back to a value of 2 each time the sheet is activated. It works fine on the server but in Access Point it is not chaing it.

I have also notice other variables in Access Point not working as coded in development.

Any ideas?

Thanks,

Zag

1 Solution

Accepted Solutions
morganaaron
Specialist
Specialist

Hi Zag,

Are you using the tabrow to change sheets, or buttons? I know there have been issues in the past that only activating sheets using the tabrow fires these triggers in the access point, so you'd need to include an action on a button.

If not, does the trigger have multiple actions attached? This too can cause issues.

View solution in original post

4 Replies
morganaaron
Specialist
Specialist

Hi Zag,

Are you using the tabrow to change sheets, or buttons? I know there have been issues in the past that only activating sheets using the tabrow fires these triggers in the access point, so you'd need to include an action on a button.

If not, does the trigger have multiple actions attached? This too can cause issues.

miguelbraga
Partner - Specialist III
Partner - Specialist III

Hey there,

Have you used the right NTNAME on Section Access, if so, then it should be working also in your Access Point.

MB

jerrysvensson
Partner - Specialist II
Partner - Specialist II

If you use Ajax as client, OnActivateSheet doesn't work. See reference manual.

I recommend using buttons or text objects with actions for navigating sheets instead.

zagzebski
Creator
Creator
Author

Thanks - thats my issue! Added triggers to the buttons.