Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
A user can reload the data?
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
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