<?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: Auto Export to Excel File (upon reload) using qv macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Auto-Export-to-Excel-File-upon-reload-using-qv-macro/m-p/1265115#M861838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome... Glad able to help out....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jan 2017 03:17:43 GMT</pubDate>
    <dc:creator>trdandamudi</dc:creator>
    <dc:date>2017-01-20T03:17:43Z</dc:date>
    <item>
      <title>Auto Export to Excel File (upon reload) using qv macro</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Export-to-Excel-File-upon-reload-using-qv-macro/m-p/1265111#M861834</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;I manage to find a lot of different scripts on line to export to csv or excel format and here's what I have now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Sub ExportFile&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;ActiveDocument.Sheets("SH01").Activate &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;set obj1 = ActiveDocument.GetSheetObject("CH01")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;obj1.ExportBiff "C:\paht\" &amp;amp; "FileName" &amp;amp;Right("0" &amp;amp; Day(Now)-1,2)&amp;amp;Right("0" &amp;amp; Month(Now),2)&amp;amp;Year(Now())&amp;amp;".xls"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;ActiveDocument.GetApplication.Sleep 5000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;End Sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still, everytime I reload the qlikview, this export script doesn't seem to run and there's no excel file being saved. Only when I go to Tools &amp;gt;&amp;gt; Edit Module and test/run the macro that the excel file is being exported and saved in the specified location. Is there anything I can do so that when I reload the macro will run also? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Export-to-Excel-File-upon-reload-using-qv-macro/m-p/1265111#M861834</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Export to Excel File (upon reload) using qv macro</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Export-to-Excel-File-upon-reload-using-qv-macro/m-p/1265112#M861835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran a sample test and it is working. Pleasee&amp;nbsp; take a look at the attached file. Take a look also at the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go To DocumentProperties&lt;/P&gt;&lt;P&gt;Click the tab "Triggers"&lt;/P&gt;&lt;P&gt;Under "Document Event Setting"&amp;nbsp; select "OnPostReload"&lt;/P&gt;&lt;P&gt;Click on "Edit Action(s) button and you will see the actions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Please make sure, that in the macro you update the correct file path. I am using Temp\Tuesday as my path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 01:43:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Export-to-Excel-File-upon-reload-using-qv-macro/m-p/1265112#M861835</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-01-18T01:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Export to Excel File (upon reload) using qv macro</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Export-to-Excel-File-upon-reload-using-qv-macro/m-p/1265113#M861836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am sure, this topic will resolve your issue or you can finde better solution for your business-situation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/" title="http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/"&gt;http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 16:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Export-to-Excel-File-upon-reload-using-qv-macro/m-p/1265113#M861836</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-01-18T16:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Export to Excel File (upon reload) using qv macro</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Export-to-Excel-File-upon-reload-using-qv-macro/m-p/1265114#M861837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 01:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Export-to-Excel-File-upon-reload-using-qv-macro/m-p/1265114#M861837</guid>
      <dc:creator />
      <dc:date>2017-01-20T01:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Export to Excel File (upon reload) using qv macro</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Export-to-Excel-File-upon-reload-using-qv-macro/m-p/1265115#M861838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome... Glad able to help out....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 03:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Export-to-Excel-File-upon-reload-using-qv-macro/m-p/1265115#M861838</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-01-20T03:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Export to Excel File (upon reload) using qv macro</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Export-to-Excel-File-upon-reload-using-qv-macro/m-p/1665979#M861839</link>
      <description>&lt;P&gt;It's important to note that the solution works indeed when reloading locally but does not work when reloading through a task on the management console unfortunately...At least it didnt work for me. If someone has a way, besides NPrinting, I'd be glad to see it!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 20:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Export-to-Excel-File-upon-reload-using-qv-macro/m-p/1665979#M861839</guid>
      <dc:creator>DavidD</dc:creator>
      <dc:date>2020-01-15T20:53:41Z</dc:date>
    </item>
  </channel>
</rss>

