<?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: email in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/email/m-p/269198#M1180094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There are several things here. The macro will not trigger when the document is in the Server. What I would do is to create a trigger OnOpen or OnPostReload (Settings menu, Document Properties, Triggers, OnOpen, Add new action, External, Run Macro) and create a Windows Scheduler task to lauch a .BAT file similar to the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;"C:\ProgramFiles\QlikView\qv.exe" "C:\Folder\Document.qvw"&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will open the Document.qvw that will trigger the macro to send mail. You will need to allow system access in the Module Editor, on the right part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jan 2012 10:52:26 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2012-01-12T10:52:26Z</dc:date>
    <item>
      <title>email</title>
      <link>https://community.qlik.com/t5/QlikView/email/m-p/269195#M1180091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one requirement where in a dashboard, for an filter condition I need to send email of one table box object result as a spreadsheet to the user. This has to be a scheduled activity. Could someone throw some light on this? What I could think about is Alerts and Macros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 09:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/email/m-p/269195#M1180091</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2012-01-12T09:50:01Z</dc:date>
    </item>
    <item>
      <title>email</title>
      <link>https://community.qlik.com/t5/QlikView/email/m-p/269196#M1180092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your Server has Publisher license, you can create a new task and send an email when finished. But you can also use the code in &lt;A _jive_internal="true" href="https://community.qlik.com/thread/25067"&gt;this thread&lt;/A&gt; among many others to create a macro to send emails. You will need to add the attachment part to the macro with your file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can &lt;A _jive_internal="true" href="https://community.qlik.com/thread/32726"&gt;create a new macro&lt;/A&gt; to export the chart to a xls or csv file and use it as the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 10:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/email/m-p/269196#M1180092</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-12T10:02:58Z</dc:date>
    </item>
    <item>
      <title>email</title>
      <link>https://community.qlik.com/t5/QlikView/email/m-p/269197#M1180093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Migul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for your reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I create a macro inside the existing dashboard, how will i trigger this to send the email on scheduled basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ask this since I do not see any manual intervention here in achieving this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 10:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/email/m-p/269197#M1180093</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2012-01-12T10:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: email</title>
      <link>https://community.qlik.com/t5/QlikView/email/m-p/269198#M1180094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There are several things here. The macro will not trigger when the document is in the Server. What I would do is to create a trigger OnOpen or OnPostReload (Settings menu, Document Properties, Triggers, OnOpen, Add new action, External, Run Macro) and create a Windows Scheduler task to lauch a .BAT file similar to the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;"C:\ProgramFiles\QlikView\qv.exe" "C:\Folder\Document.qvw"&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will open the Document.qvw that will trigger the macro to send mail. You will need to allow system access in the Module Editor, on the right part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 10:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/email/m-p/269198#M1180094</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-12T10:52:26Z</dc:date>
    </item>
    <item>
      <title>email</title>
      <link>https://community.qlik.com/t5/QlikView/email/m-p/269199#M1180095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Migul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just answered what I had next in my mind. The reload wont fire the macro for me on the publisher thats correct. Currently we do have a different way we do that, we have the alert created that would get triggered during the reload. This would send a mail. Not sure if there is a way to send a attachment through the alert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 11:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/email/m-p/269199#M1180095</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2012-01-12T11:02:50Z</dc:date>
    </item>
    <item>
      <title>email</title>
      <link>https://community.qlik.com/t5/QlikView/email/m-p/269200#M1180096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Migul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The alert option which we have in Qlikview. When the alert is triggered could we have a macro run?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is when reload is triggered from publisher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 11:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/email/m-p/269200#M1180096</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2012-01-12T11:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: email</title>
      <link>https://community.qlik.com/t5/QlikView/email/m-p/269201#M1180097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to help. Unfortunately, there is no way to attach files to alerts so far, if you need to send the file in all cases, you will need to create a macro and use the Windows Scheduler or something, but not with QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Miguel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Well, you already have Publisher, that means that if you have the PDF license you can send by email a report with that object in PDF, or even a reduced QlikView document with only that object, which means that every recipient will need QlikView Desktop in their computers. Does that suit you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 11:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/email/m-p/269201#M1180097</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-12T11:30:54Z</dc:date>
    </item>
  </channel>
</rss>

