<?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 Export excel through macro from Win Task Schedular in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-excel-through-macro-from-Win-Task-Schedular/m-p/1017503#M939193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have on app and i am using two excel macro to export straight chart data from qlikview file but i dont have the server i am using the windows task scheduler for app reload and export excel from macro by this qlikview file how can i achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Desouza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Jan 2016 11:17:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-30T11:17:49Z</dc:date>
    <item>
      <title>Export excel through macro from Win Task Schedular</title>
      <link>https://community.qlik.com/t5/QlikView/Export-excel-through-macro-from-Win-Task-Schedular/m-p/1017503#M939193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have on app and i am using two excel macro to export straight chart data from qlikview file but i dont have the server i am using the windows task scheduler for app reload and export excel from macro by this qlikview file how can i achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Desouza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jan 2016 11:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-excel-through-macro-from-Win-Task-Schedular/m-p/1017503#M939193</guid>
      <dc:creator />
      <dc:date>2016-01-30T11:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Export excel through macro from Win Task Schedular</title>
      <link>https://community.qlik.com/t5/QlikView/Export-excel-through-macro-from-Win-Task-Schedular/m-p/1017504#M939194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to -&amp;gt; Document Properties in your App -&amp;gt; Triggers tab-&amp;gt; Document Event Triggers -&amp;gt; on post reload run your macro -&amp;gt; Save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Create a batch file as per your App location .Then run and check&amp;nbsp; that your export is working or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can create a Job in your Task Scheduler as In attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jan 2016 20:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-excel-through-macro-from-Win-Task-Schedular/m-p/1017504#M939194</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-30T20:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Export excel through macro from Win Task Schedular</title>
      <link>https://community.qlik.com/t5/QlikView/Export-excel-through-macro-from-Win-Task-Schedular/m-p/1017505#M939195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to use /R or /L for macros because i triggered macros by this application and generate excel file and why this /R and /L is used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\QV.EXE" /R "Location\Your App .qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\QV.EXE" /L "Location\Your App .qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 07:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-excel-through-macro-from-Win-Task-Schedular/m-p/1017505#M939195</guid>
      <dc:creator />
      <dc:date>2016-02-01T07:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Export excel through macro from Win Task Schedular</title>
      <link>https://community.qlik.com/t5/QlikView/Export-excel-through-macro-from-Win-Task-Schedular/m-p/1017506#M939196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The /l switch (that's a lower case ell) will open the report, run the reload function and leave the report open. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 11:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-excel-through-macro-from-Win-Task-Schedular/m-p/1017506#M939196</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-02-01T11:21:55Z</dc:date>
    </item>
  </channel>
</rss>

