Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
Is it possible to send an email throguh Script (not as a Button Click) command.
I want to send an email if the amount(ITEM_AMT) exceeds over a specifc value.
Thanks inadvance.
Under tools, alerts, you can send emails based upon conditions. Also, the email can be sent after an event such as a reload.
Jhansi
These Alerts that Jason suggests are what I use & they work perfectly for me.
I have seen posts on this community from people who cannot get such Alerts to work. I'll be interested to see how you fare. Dont be out off by my saying this,as it works fine for me & should do also for you.
There was a QlikView SR that had problems with Alerts, what version are you using ?
Hi Jason,
Thank you for your quick response. Yes. I can send the alert in this way. The problem is It is based on alert List.xls file which has the follwing fields like
Region ,Country ,Customer, Amount ,EmailID
So If a particular customer amount exceeds a specific value then need to send to the Eamil specified and this alert List.xls keep on changing every day.
I am using QV11.2 SR7
It's a little challenging to fire a variable number of alerts to different email addresses. You may find it easier to use a commandline email program like blat and call the program using the script EXECUTE command.
-Rob
Rob,
I was wondering if you could explain how to calculate the actual RAM impact that we talked about at the conference? Thanks!
Here you have an example:
Thank you for posting a sample code. It helped me.