<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to send email via script/macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-send-email-via-script-macro/m-p/878886#M658025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion! The truth is I need the application to send email to different recipients(from 0 to maybe 20 users), according to kind of logical rule, so it seems 'alert' couldn't handle the scenario~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all the same for your quick response! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2015 02:09:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-19T02:09:03Z</dc:date>
    <item>
      <title>how to send email via script/macro</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-send-email-via-script-macro/m-p/878884#M658023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyone know how to achieve auto-sending email when reloading each time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to send email via macro now, but the problem is there is no 'link' between reloading and macro, so I tried to directly write macro function into script tab, but it seem didn't work at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can anyone please help to advise the problem, or a better solution? Thanks a million in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps: attached is my demo, if you want to check the function, &lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN&gt;you need to replace the invalid email address &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:'test@test.com"&gt;'test@test.com&lt;/A&gt;&lt;SPAN&gt;' with a real one&lt;/SPAN&gt;&lt;/STRONG&gt;, no need any other settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 09:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-send-email-via-script-macro/m-p/878884#M658023</guid>
      <dc:creator />
      <dc:date>2015-05-18T09:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to send email via script/macro</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-send-email-via-script-macro/m-p/878885#M658024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the use of 'Alerts' in the QV help file, this should do the trick for use without the needs for a macro. The is also an 'Alert Wizard' to simplify the creation process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 09:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-send-email-via-script-macro/m-p/878885#M658024</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-05-18T09:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to send email via script/macro</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-send-email-via-script-macro/m-p/878886#M658025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion! The truth is I need the application to send email to different recipients(from 0 to maybe 20 users), according to kind of logical rule, so it seems 'alert' couldn't handle the scenario~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all the same for your quick response! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 02:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-send-email-via-script-macro/m-p/878886#M658025</guid>
      <dc:creator />
      <dc:date>2015-05-19T02:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to send email via script/macro</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-send-email-via-script-macro/m-p/878887#M658026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;First of all question: How you are going to reload it in production Server/Publisher or Desktop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use an external VBS script and pass the parameters to it to send a message and run it with EXECUTE function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done it one time, but unfortunately can't find an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sergey &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 04:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-send-email-via-script-macro/m-p/878887#M658026</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2015-05-19T04:03:04Z</dc:date>
    </item>
  </channel>
</rss>

