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: 
Not applicable

Alert

Hi ,

Does any body know how to set up an alert when we switch to a page, i.e.: 'SH02' ?

Thanks

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi

     Hope the attached file will be helpful for your requirement.

     Check  the attached file in following path to acheive your solution using macro.

      Settings-->sheet properties-->triggers-->onActivateSheet .

Regards

Ashok

View solution in original post

3 Replies
jjfabian
Partner - Creator III
Partner - Creator III

What exactly are you looking for?

If you would just like a custom message to pop-up, when you go on a sheet, you could achieve this by using variables, triggers and show conditions.

For example:

Text Object and Button to close the object with Show Condition vAlert=1

+ Button has action set variable: vAlert=0

Clicking the button will make the text object and the button disappear.

Now all you need is a trigger for the sheet to actually set your variable to 1 when you open the page. This way you could display an "alert" when going to a certain page.

Anonymous
Not applicable
Author

Hi

     Hope the attached file will be helpful for your requirement.

     Check  the attached file in following path to acheive your solution using macro.

      Settings-->sheet properties-->triggers-->onActivateSheet .

Regards

Ashok

Not applicable
Author

Thnks Ashok,