So I'm working in a project with QlikView, and i want to send Email Alerts (gmail). I'm using a macro function and it works perfectly, the problem is that i can't call the macro in the alert event, can you help me please?
You'll find here the macro that i use, and the alert
Macro Code :
sub SendGMail()
' Object creation
Set objMsg = CreateObject("CDO.Message") Set msgConf = CreateObject("CDO.Configuration")