<?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: Macro issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-issue/m-p/549376#M1127015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You have to use:&lt;/P&gt;&lt;P&gt;"c:\program files\qlikview\qv.exe" /r "c:\temp\My app.qvw"&lt;/P&gt;&lt;P&gt;Your path to qv.exe might be different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the exact same syntax in External task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Dec 2013 09:28:52 GMT</pubDate>
    <dc:creator>jerrysvensson</dc:creator>
    <dc:date>2013-12-10T09:28:52Z</dc:date>
    <item>
      <title>Macro issue</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-issue/m-p/549373#M1127012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a macro which is used to save report to pdf document on&lt;/P&gt;&lt;P&gt;the server machine. It is excuted after reloading (Document Event Trigger &amp;gt; OnPostReload) with success. New pdf document was created on the server machine after i run it on the machine. But when i put this qvw file to document folder of this QlikView Server and run it on QMC. No pdf document is added to&amp;nbsp; the server machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the problem? Please help me. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 06:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-issue/m-p/549373#M1127012</guid>
      <dc:creator />
      <dc:date>2013-12-10T06:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Macro issue</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-issue/m-p/549374#M1127013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OnPostReload (no Triggers will run) will not run when you run it in QMC. See Reference manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can either setup an External task or a Windows task and use:&lt;/P&gt;&lt;P&gt;qv.exe /r&amp;nbsp; app.qvw&amp;nbsp;&amp;nbsp; to get your save report to pdf to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 07:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-issue/m-p/549374#M1127013</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-12-10T07:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Macro issue</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-issue/m-p/549375#M1127014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jerry, I think you're right. Macro won't be excuted after reloading task.&lt;/P&gt;&lt;P&gt;When i tried windows task and the .bat file is like this :&lt;/P&gt;&lt;P&gt;qv.exe /r [my app.qvw]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But It didn't start to reload. Meanwhile, how can i do it using External task? &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 08:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-issue/m-p/549375#M1127014</guid>
      <dc:creator />
      <dc:date>2013-12-10T08:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Macro issue</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-issue/m-p/549376#M1127015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You have to use:&lt;/P&gt;&lt;P&gt;"c:\program files\qlikview\qv.exe" /r "c:\temp\My app.qvw"&lt;/P&gt;&lt;P&gt;Your path to qv.exe might be different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the exact same syntax in External task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 09:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-issue/m-p/549376#M1127015</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-12-10T09:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Macro issue</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-issue/m-p/549377#M1127016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Jerry. It worked using .bat file ! But i don't get your External task. I nerver use it. Do you mean the "On a External Event" when setting reload schedual in QMC (and what the password mean)?&amp;nbsp;&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt; &lt;IMG alt="Capture.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/50237_Capture.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 09:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-issue/m-p/549377#M1127016</guid>
      <dc:creator />
      <dc:date>2013-12-10T09:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Macro issue</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-issue/m-p/549378#M1127017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;No that is an event.&lt;/P&gt;&lt;P&gt;If you have Publisher. Go to System, choose Supporting tasks, click the + and you will find External program.&lt;/P&gt;&lt;P&gt;Basically the same as using Windows Task scheduler.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 09:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-issue/m-p/549378#M1127017</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-12-10T09:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Macro issue</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-issue/m-p/549379#M1127018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My issue come with my having no Publisher...Thanks anyway. I choose to use Windows task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 10:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-issue/m-p/549379#M1127018</guid>
      <dc:creator />
      <dc:date>2013-12-10T10:04:06Z</dc:date>
    </item>
  </channel>
</rss>

