<?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: Writing data to a text file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Writing-data-to-a-text-file/m-p/849680#M655856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Asma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in qlikview, in a store statement, it is one qlikview table into one file.&lt;/P&gt;&lt;P&gt;So you will have to concatenate your table before using the store statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your table must have the same name colums, for example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FileToExport:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;col1,&lt;/P&gt;&lt;P&gt;col2&lt;/P&gt;&lt;P&gt;from table A;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FileToExport)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;'' as col1&lt;/P&gt;&lt;P&gt;'' as col2&lt;/P&gt;&lt;P&gt;autogenerate (1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Concatenate (&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FileToExport)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;col3 as col1,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;col4 as col2&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;from table B;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Store &lt;SPAN style="font-size: 13.3333330154419px;"&gt;FileToExport into MyFile.txt (txt);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Johann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2015 10:45:19 GMT</pubDate>
    <dc:creator>jchoucq</dc:creator>
    <dc:date>2015-05-26T10:45:19Z</dc:date>
    <item>
      <title>Writing data to a text file</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-data-to-a-text-file/m-p/849679#M655855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two separate tables created in the backend.&lt;/P&gt;&lt;P&gt;Table A and Table B.&lt;/P&gt;&lt;P&gt;I want to store the data present in these two tables in a single text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text file should contain data in the below format:&lt;/P&gt;&lt;P&gt;Heading1&lt;/P&gt;&lt;P&gt;Data from table A would be displayed here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heading2&lt;/P&gt;&lt;P&gt;Data from table B should be displayed here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;There is no relation between Table A and Table B. Also, there should be a space between data from Table A and Heading2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asma &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 10:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-data-to-a-text-file/m-p/849679#M655855</guid>
      <dc:creator />
      <dc:date>2015-05-26T10:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Writing data to a text file</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-data-to-a-text-file/m-p/849680#M655856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Asma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in qlikview, in a store statement, it is one qlikview table into one file.&lt;/P&gt;&lt;P&gt;So you will have to concatenate your table before using the store statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your table must have the same name colums, for example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FileToExport:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;col1,&lt;/P&gt;&lt;P&gt;col2&lt;/P&gt;&lt;P&gt;from table A;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FileToExport)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;'' as col1&lt;/P&gt;&lt;P&gt;'' as col2&lt;/P&gt;&lt;P&gt;autogenerate (1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Concatenate (&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FileToExport)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;col3 as col1,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;col4 as col2&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;from table B;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Store &lt;SPAN style="font-size: 13.3333330154419px;"&gt;FileToExport into MyFile.txt (txt);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Johann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 10:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-data-to-a-text-file/m-p/849680#M655856</guid>
      <dc:creator>jchoucq</dc:creator>
      <dc:date>2015-05-26T10:45:19Z</dc:date>
    </item>
  </channel>
</rss>

