Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can we send email to user through Qlikview server if record count doesnot match?
I am cheching count of orders from table and Qvd. IF both the count does not match i need to send email or alert to users.
How to do this..??
Use the Alert facility. Define an alert in your document. See here for an example:
http://qlikviewnotes.blogspot.com/2010/09/monitoring-reload-schedule.html
http://qlikviewnotes.blogspot.com/2010/12/alert-questions-answers.html
-Rob
My requirement is much simple than this.. I have two differnt counts in two variables.
v_Ord= 231
v_Table_Ord = 232
My requirement is if both the counts does not mach then send alert to users.
Pl guide me on the same.
The alert wizard is not that complex and I don't think there is a simpler method. your alert condition would simply be
=$(v_Ord) <> $(v_Table_Ord)
-Rob