<?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: Export QlikView Straight table data into .csv format on automated process in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-QlikView-Straight-table-data-into-csv-format-on-automated/m-p/115686#M1247991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Andrey mentions, best is to (re-)create the object as a table in your script, and then save this table into a csv on the desired place. Every time you reload the application/the script (which you can define on the QV-server), the file in the destination folder will be renewed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Aug 2018 07:53:27 GMT</pubDate>
    <dc:creator>puttemans</dc:creator>
    <dc:date>2018-08-24T07:53:27Z</dc:date>
    <item>
      <title>Export QlikView Straight table data into .csv format on automated process</title>
      <link>https://community.qlik.com/t5/QlikView/Export-QlikView-Straight-table-data-into-csv-format-on-automated/m-p/115684#M1247983</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;I'm looking to export a QlikView&amp;nbsp; object&amp;nbsp; data into .csv file into C:\Users\' on daily automated process . &lt;/P&gt;&lt;P&gt; appreciate your suggestions.&lt;/P&gt;&lt;P&gt;&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, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-QlikView-Straight-table-data-into-csv-format-on-automated/m-p/115684#M1247983</guid>
      <dc:creator>datashaw</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export QlikView Straight table data into .csv format on automated process</title>
      <link>https://community.qlik.com/t5/QlikView/Export-QlikView-Straight-table-data-into-csv-format-on-automated/m-p/115685#M1247987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;In the Load script at the end of the tables write&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;STORE TableName into TableName.csv(txt);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 06:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-QlikView-Straight-table-data-into-csv-format-on-automated/m-p/115685#M1247987</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-08-24T06:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Export QlikView Straight table data into .csv format on automated process</title>
      <link>https://community.qlik.com/t5/QlikView/Export-QlikView-Straight-table-data-into-csv-format-on-automated/m-p/115686#M1247991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Andrey mentions, best is to (re-)create the object as a table in your script, and then save this table into a csv on the desired place. Every time you reload the application/the script (which you can define on the QV-server), the file in the destination folder will be renewed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 07:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-QlikView-Straight-table-data-into-csv-format-on-automated/m-p/115686#M1247991</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2018-08-24T07:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Export QlikView Straight table data into .csv format on automated process</title>
      <link>https://community.qlik.com/t5/QlikView/Export-QlikView-Straight-table-data-into-csv-format-on-automated/m-p/115687#M1247995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply. Can you please send an example to 'Recreate the QlikView Straight table object in script' (My strait table contains 1 Dimension and two Calculated set analysis expressions&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i can store as .csv file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 12:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-QlikView-Straight-table-data-into-csv-format-on-automated/m-p/115687#M1247995</guid>
      <dc:creator>datashaw</dc:creator>
      <dc:date>2018-08-24T12:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Export QlikView Straight table data into .csv format on automated process</title>
      <link>https://community.qlik.com/t5/QlikView/Export-QlikView-Straight-table-data-into-csv-format-on-automated/m-p/115688#M1247998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrey,&lt;/P&gt;&lt;P&gt;I am not sure ..Is this something like this..?&lt;/P&gt;&lt;P&gt;Store "CH66" into $(vQVDFilesFolderPath)FTPData.csv (txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: CH66 is my straight table Object ID and it contain two calculated expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 12:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-QlikView-Straight-table-data-into-csv-format-on-automated/m-p/115688#M1247998</guid>
      <dc:creator>datashaw</dc:creator>
      <dc:date>2018-08-24T12:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Export QlikView Straight table data into .csv format on automated process</title>
      <link>https://community.qlik.com/t5/QlikView/Export-QlikView-Straight-table-data-into-csv-format-on-automated/m-p/115689#M1248001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/153755"&gt;Export objects to CSV using macros in Load script&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 17:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-QlikView-Straight-table-data-into-csv-format-on-automated/m-p/115689#M1248001</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-08-24T17:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Export QlikView Straight table data into .csv format on automated process</title>
      <link>https://community.qlik.com/t5/QlikView/Export-QlikView-Straight-table-data-into-csv-format-on-automated/m-p/115690#M1248004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. write a macro that will export charts/table boxes to text file.&amp;nbsp; you can create the charts or table boxes on a hidden tab, if you do not want the qv document users to see these charts designed just for exporting.&lt;/P&gt;&lt;P&gt;2. configure the OnPostReLoad trigger (found in document properties - triggers) to fire the macro.&lt;/P&gt;&lt;P&gt;3.use a batch file to reload the qvw (using the command-line reload syntax).&amp;nbsp; use windows task scheduler to schedule the batch file to run on a schedule.&lt;/P&gt;&lt;P&gt;since Publisher will not fire any macro code within a qlikview document, you must use the batch file reload process in order for the macro to fire.&lt;/P&gt;&lt;P&gt;below is an example macro.&amp;nbsp; this will export data in the object CH01 to a pipe-delimited text file.&lt;/P&gt;&lt;OL class="dp-c" start="1"&gt;&lt;LI&gt;'--------------------------&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;' Export QC Chart Routine&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;'-------------------------&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;sub ExportChart&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt; output_dir="C:\export\"&amp;nbsp; &lt;/LI&gt;&lt;LI&gt; Filename="DataFile.txt"&amp;nbsp; &lt;/LI&gt;&lt;LI&gt; set obj = ActiveDocument.GetSheetObject("CH01")&amp;nbsp; &lt;/LI&gt;&lt;LI&gt; obj.Export (output_dir &amp;amp; Filename) , "|"&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;end sub&amp;nbsp; &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/55702"&gt;automatic export of data from a QVW&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 17:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-QlikView-Straight-table-data-into-csv-format-on-automated/m-p/115690#M1248004</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-08-24T17:15:18Z</dc:date>
    </item>
  </channel>
</rss>

