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

Announcements
Save an extra $150 Dec 1–7 with code CYBERWEEK - stackable with early bird savings: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Set up an alert in a Qlikview App?

Hi All,

Is there a way we can set up an alert message in QV, which will be popped anytime a user opens a Qlikview app and a certain condition is satisfied. So what I am trying to do here is to set up a pop up alert message and the alert should only be shown to user based on the condition below:

=if(now() - StartTimestamp >1.02 AND Status <> 'Completed','DATA MAY NOT BE CURRENT & COMPLETE (Contact ABC)',

if(now() - StartTimestamp >1.02,'DATA MAY NOT BE CURRENT

(Check time stamp below and/or contact ABC)',

IF(Status <> 'Completed','DATA MAY NOT BE COMPLETE

(Contact ABC)','')))

So, based on the simple if condition above, the alert should pop the right message else nothing should be displayed. Can anyone please provide any suggestions for this?

Thank you.

Yaman

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can configure alerts using the Alerts menu available under Tools, Alerts or Alerts Wizard. There is more info in the ref guide. This blog post http://qlikviewnotes.blogspot.com/2010/09/monitoring-reload-schedule.html

contains an example alert.

-Rob