<?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: Exporting Pivot table object to .csv after re-load? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exporting-Pivot-table-object-to-csv-after-re-load/m-p/1158918#M906329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what my choices to export an object output to .csv&lt;/P&gt;&lt;P&gt;1. create a table and save it save it as .csv&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; there is logic in the pivot table object so not sure this good option for me.&lt;/P&gt;&lt;P&gt;2. is there any other way i can export .csv?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jul 2016 16:25:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-01T16:25:58Z</dc:date>
    <item>
      <title>Exporting Pivot table object to .csv after re-load?</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Pivot-table-object-to-csv-after-re-load/m-p/1158914#M906325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Question:&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;I am trying Exporting Pivot table object to .csv after re-load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Which is working fine and creating .csv when I manually re-load but NOT exporting when reloaded on schedule overnight.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Any ideas on what to look for.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;Sub ExportToCSV &lt;BR /&gt; 'Export Sheet object data to CSV&lt;BR /&gt; MyDate = Replace(Date, "/", "-") &lt;BR /&gt; ActiveDocument.Sheets("SH02").Activate &lt;BR /&gt; set sObject = ActiveDocument.GetSheetObject("CH01") &lt;BR /&gt; sObject.Export "C:\Analytix\QVW\Transactiondata_" &amp;amp; MyDate &amp;amp; ".csv", ", "&amp;nbsp; &lt;BR /&gt; End Sub &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/129827_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&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/Exporting-Pivot-table-object-to-csv-after-re-load/m-p/1158914#M906325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Pivot table object to .csv after re-load?</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Pivot-table-object-to-csv-after-re-load/m-p/1158915#M906326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The OnPostReload trigger only triggers when using Qlikview Desktop interactively. What you're trying to do cannot work if the Qlikview document is reloaded by Qlikview Server. Perhaps you can create the table you need in the script and store that in a csv file during the script execution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 15:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Pivot-table-object-to-csv-after-re-load/m-p/1158915#M906326</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-01T15:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Pivot table object to .csv after re-load?</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Pivot-table-object-to-csv-after-re-load/m-p/1158916#M906327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could I call this Export procedure from load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 16:04:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Pivot-table-object-to-csv-after-re-load/m-p/1158916#M906327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-01T16:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Pivot table object to .csv after re-load?</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Pivot-table-object-to-csv-after-re-load/m-p/1158917#M906328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe, but it won't work because the pivot table does not exist during the execution of the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 16:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Pivot-table-object-to-csv-after-re-load/m-p/1158917#M906328</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-01T16:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Pivot table object to .csv after re-load?</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Pivot-table-object-to-csv-after-re-load/m-p/1158918#M906329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what my choices to export an object output to .csv&lt;/P&gt;&lt;P&gt;1. create a table and save it save it as .csv&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; there is logic in the pivot table object so not sure this good option for me.&lt;/P&gt;&lt;P&gt;2. is there any other way i can export .csv?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 16:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Pivot-table-object-to-csv-after-re-load/m-p/1158918#M906329</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-01T16:25:58Z</dc:date>
    </item>
  </channel>
</rss>

