<?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: Saving into a CSV file froma script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Saving-into-a-CSV-file-froma-script/m-p/1665058#M449101</link>
    <description>&lt;P&gt;Hello Edifiayo,&lt;/P&gt;&lt;P&gt;Try moving the &lt;STRONG&gt;(txt)&lt;/STRONG&gt; part outside of the square bracket.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Before&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;STORE Fields INTO [lib://**\**\Facts_GMD_FieldName.csv (txt)];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;STORE Fields INTO [lib://**\**\Facts_GMD_FieldName.csv](txt);&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jan 2020 13:59:58 GMT</pubDate>
    <dc:creator>Ana1</dc:creator>
    <dc:date>2020-01-13T13:59:58Z</dc:date>
    <item>
      <title>Saving into a CSV file froma script</title>
      <link>https://community.qlik.com/t5/QlikView/Saving-into-a-CSV-file-froma-script/m-p/452587#M168923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My people&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know how can one save into a CSV file not from the front end but put that as part of the script? I have been told it is possible and I wana try it out myself and see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 12:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Saving-into-a-CSV-file-froma-script/m-p/452587#M168923</guid>
      <dc:creator />
      <dc:date>2012-09-28T12:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Saving into a CSV file froma script</title>
      <link>https://community.qlik.com/t5/QlikView/Saving-into-a-CSV-file-froma-script/m-p/452588#M168924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have labelled a table, you can do a &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store &amp;lt;Table&amp;gt; into Filename.csv (txt) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 12:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Saving-into-a-CSV-file-froma-script/m-p/452588#M168924</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-09-28T12:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Saving into a CSV file froma script</title>
      <link>https://community.qlik.com/t5/QlikView/Saving-into-a-CSV-file-froma-script/m-p/452589#M168925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Henric that worked &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 12:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Saving-into-a-CSV-file-froma-script/m-p/452589#M168925</guid>
      <dc:creator />
      <dc:date>2012-09-28T12:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Saving into a CSV file froma script</title>
      <link>https://community.qlik.com/t5/QlikView/Saving-into-a-CSV-file-froma-script/m-p/1618804#M445612</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the following code to get a list of a filed from a QVD. Then, I would like to save it as an excel file. However, the storing part does not work, since the file stored is corrupted and cannot be opened by Excel. Any idea?&lt;/P&gt;&lt;P&gt;Table_Temp:&lt;BR /&gt;LOAD *&lt;BR /&gt;FROM [lib://.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;FOR i = 1 to NoOfFields('Table_Temp')&lt;BR /&gt;Fields:&lt;BR /&gt;LOAD&lt;BR /&gt;FieldName($(i),'Table_Temp') as Facts_GMD_FieldName&lt;BR /&gt;AutoGenerate 1;&lt;BR /&gt;NEXT i;&lt;/P&gt;&lt;P&gt;STORE Fields INTO [lib://**\**\Facts_GMD_FieldName.csv (txt)];&lt;BR /&gt;DROP TABLE Table_Temp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;many Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 12:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Saving-into-a-CSV-file-froma-script/m-p/1618804#M445612</guid>
      <dc:creator>Zaga_69</dc:creator>
      <dc:date>2019-08-30T12:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Saving into a CSV file froma script</title>
      <link>https://community.qlik.com/t5/QlikView/Saving-into-a-CSV-file-froma-script/m-p/1665058#M449101</link>
      <description>&lt;P&gt;Hello Edifiayo,&lt;/P&gt;&lt;P&gt;Try moving the &lt;STRONG&gt;(txt)&lt;/STRONG&gt; part outside of the square bracket.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Before&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;STORE Fields INTO [lib://**\**\Facts_GMD_FieldName.csv (txt)];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;STORE Fields INTO [lib://**\**\Facts_GMD_FieldName.csv](txt);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 13:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Saving-into-a-CSV-file-froma-script/m-p/1665058#M449101</guid>
      <dc:creator>Ana1</dc:creator>
      <dc:date>2020-01-13T13:59:58Z</dc:date>
    </item>
  </channel>
</rss>

