Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello anybody knows if this connector is properly working and its purpose?
This is the syntax:
NotificationConnector_SendEmail:
LOAD
sendemail_status as SendEmail_sendemail_status,
sendemail_result as SendEmail_sendemail_result
FROM
[$(vQVSourceBaseUrl)/QVSource/NotificationConnector/?table=SendEmail&subject=$(subject)&message=$(msg)&to=$(to)&appID=$(vQVSourceAppId)]
(txt, utf8, embedded labels, delimiter is '\t', msq);
Thanks
Marco
Hi Marco,
The connector should be working properly and it's purpose is explained on the docs page:
http://wiki.qvsource.com/Notification-Connector-For-QlikView.ashx
Are you finding issues with it?
Hi Chris,
I have generated and integrated auto generated script in an application and when I am executing it , it is not sending any mail but it is executing fine and the link between [..] works fine in browser. Can you please help me to know how to use this script to trigger mail on task failure, where to integrate and how ?