<?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: Generate excel file from the load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Generate-excel-file-from-the-load-script/m-p/558480#M208480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's just what I need!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Dec 2013 09:56:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-11T09:56:41Z</dc:date>
    <item>
      <title>Generate excel file from the load script</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-excel-file-from-the-load-script/m-p/558478#M208478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;I'm Maurizio, I'm a new user of Qlikview and this is my first open thread!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this macro&lt;BR /&gt;Sub ExportExcel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set tableToExport = ActiveDocument.GetSheetObject("CH04")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tableToExport.Export "C:\output.csv",";"&lt;BR /&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can call this sub pressing a button but how can I run it from the load script?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Maurizio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 09:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-excel-file-from-the-load-script/m-p/558478#M208478</guid>
      <dc:creator />
      <dc:date>2013-12-11T09:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Generate excel file from the load script</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-excel-file-from-the-load-script/m-p/558479#M208479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think it is not possible from the script (this is a sub using visualisation objects)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use the onPostReload trigger (settings-document-triggers) and add the same action you set in the button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 09:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-excel-file-from-the-load-script/m-p/558479#M208479</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2013-12-11T09:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Generate excel file from the load script</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-excel-file-from-the-load-script/m-p/558480#M208480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's just what I need!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 09:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-excel-file-from-the-load-script/m-p/558480#M208480</guid>
      <dc:creator />
      <dc:date>2013-12-11T09:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Generate excel file from the load script</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-excel-file-from-the-load-script/m-p/558481#M208481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got another issue related to the task. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I run the load script manually It works, but If I run the load script by using Qlikview Server no files are created. How could I resolve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maurizio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 11:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-excel-file-from-the-load-script/m-p/558481#M208481</guid>
      <dc:creator />
      <dc:date>2013-12-11T11:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Generate excel file from the load script</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-excel-file-from-the-load-script/m-p/558482#M208482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the reload with the distribution service does not load the visualisation object, so your chart is not created during the reload.&lt;/P&gt;&lt;P&gt;You have to use the qv.exe to run the reload (by batch) or you could create a similar table in your script and the store it.&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://qlikviewmaven.blogspot.com/2008/08/qlikview-command-line-and-automation.html" title="http://qlikviewmaven.blogspot.com/2008/08/qlikview-command-line-and-automation.html"&gt;http://qlikviewmaven.blogspot.com/2008/08/qlikview-command-line-and-automation.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 11:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-excel-file-from-the-load-script/m-p/558482#M208482</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2013-12-11T11:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Generate excel file from the load script</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-excel-file-from-the-load-script/m-p/558483#M208483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got It! Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maurizio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 13:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-excel-file-from-the-load-script/m-p/558483#M208483</guid>
      <dc:creator />
      <dc:date>2013-12-11T13:01:50Z</dc:date>
    </item>
  </channel>
</rss>

