<?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: Qlikview 9 Excel Export in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-9-Excel-Export/m-p/358549#M133065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finished it. i have&amp;nbsp; sheduled a task a windows task to open the qlikviw document daily. When the documents open, the script is running to get the data. After running the script the macro is excecuted, which is doing the excel download. I hope this helps somebody with related issues&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2012 05:59:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-31T05:59:18Z</dc:date>
    <item>
      <title>Qlikview 9 Excel Export</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-9-Excel-Export/m-p/358545#M133061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to run my qlikview script every night. In this qlikview script i want to export an qlikview object(table) to excel. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when i run my script an excel export shoulld happen with data from load in the forst step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my script i load my data first. Then i combine my loaded data and want to export the data to excel in the last step. How can i do this? I have tried something, but without success??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is possible? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use Qlikview version 9.could anybody post some example script code? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chrisp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 13:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-9-Excel-Export/m-p/358545#M133061</guid>
      <dc:creator />
      <dc:date>2012-07-19T13:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 9 Excel Export</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-9-Excel-Export/m-p/358546#M133062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chrisp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can live with a CSV export rather than an XLS export, then simply use in your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE ExportTable Into MyExport.csv (txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where ExportTable is the table to export. Excel will open the CSV file just by double clicking on it. Exporting to XLS is more tricky.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 14:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-9-Excel-Export/m-p/358546#M133062</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-07-19T14:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 9 Excel Export</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-9-Excel-Export/m-p/358547#M133063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;you have an object&amp;nbsp; in your tab and you want to export into txt,csv,ecc-&lt;/P&gt;&lt;P&gt;you write this macro&lt;/P&gt;&lt;P&gt;sub export&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("CH01") &lt;/P&gt;&lt;P&gt;obj.ExportEx "&lt;A href="https://community.qlik.com/"&gt;\\share\nomeFile.txt&lt;/A&gt;", 1, true .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then Document Properties/ Trieggers/Document Event Triggers , select OnPostReload ad&amp;nbsp; add macro .&lt;/P&gt;&lt;P&gt;So every time you reaload your document , you create a file txt,csv,ecc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;God Night&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 18:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-9-Excel-Export/m-p/358547#M133063</guid>
      <dc:creator />
      <dc:date>2012-07-19T18:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 9 Excel Export</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-9-Excel-Export/m-p/358548#M133064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have write a macro to do the excel upload. it works with a button. i also add the macro at &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Properties/ Trieggers/Document Event Triggers , select OnPostReload &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="20839" alt="Server Settings reload.jpg" class="jive-image-thumbnail jive-image" height="403" src="https://community.qlik.com/legacyfs/online/20839_Server+Settings+reload.jpg" style="height: 403px; width: 442.3461538461538px;" width="442" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Server Settings preload.jpg" class="jive-image-thumbnail jive-image" height="363" onclick="" src="https://community.qlik.com/legacyfs/online/20855_Server+Settings+preload.jpg" style="height: 363px; width: 375.1px;" width="375" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="status.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/20856_status.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;then i have enabled the reload shedule &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;in the qlikview script i get the data and consolidate the date in an object. The excel export macro export the data of the object to excel.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;í dont want to open the qlikview document manually. Every night it should run the script to get the data and the start the excel download. All these steps need to do at night. So in the morning i want to see the updated excelsheet. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;I have qlikview 11 and Qlikview Server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;what are further nessesary steps?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Could anybody help?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 07:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-9-Excel-Export/m-p/358548#M133064</guid>
      <dc:creator />
      <dc:date>2012-08-29T07:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 9 Excel Export</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-9-Excel-Export/m-p/358549#M133065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finished it. i have&amp;nbsp; sheduled a task a windows task to open the qlikviw document daily. When the documents open, the script is running to get the data. After running the script the macro is excecuted, which is doing the excel download. I hope this helps somebody with related issues&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 05:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-9-Excel-Export/m-p/358549#M133065</guid>
      <dc:creator />
      <dc:date>2012-08-31T05:59:18Z</dc:date>
    </item>
  </channel>
</rss>

