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

Alert before reload

Hi All,

  I have a scenario in that,my application should reload once in a month.If user tries to refresh the same more than once in a month,then it should raise triger/alert msg to the user. If any one have a idea kindly share with me.

-Jai

3 Replies
Jason_Michaelides
Partner - Master II
Partner - Master II

A user can reload the data?

Not applicable
Author

Hi,

  I meant developer only,not an end user. Is it possible to show alert if the application getting reload second time in month.

-Jai

Jason_Michaelides
Partner - Master II
Partner - Master II

I suppose you could do that from within QlikView or outside. If you set the app to generate a log file with a timestamps and then use a third party tool to monitor new log files you may be able to fire an alert. Or you could use a QlikView app to count the log files and alert if your threshold has been reached.

Within QV itself each load could perform an incremental addition to a QVD file. The app could then check the QVD file for multiple loads and launch a command line email program.

Hopefully this should give you some ideas.

Jason