<?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: Storing data from multiple tables in a text file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Storing-data-from-multiple-tables-in-a-text-file/m-p/901954#M313680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you accept to have a Macro triggered from a button you could use the &lt;STRONG&gt;ServerSideExportEx&lt;/STRONG&gt; method to export to a text-file AND append if you like too.... It has a parameter to specify append explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Export&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set tb = ActiveDocument.GetSheetObject("TB01")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tb.ServerSideExportEx "C:\test.txt" , ";" , 1,1252,-1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '0=HTML, 1=Text, 2=Bitmap, 3=XML, 4=QVD, 5=BIFF&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The 1 is for Text&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1252 is the CodePage .... Windows Codepage 1252&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1 means append, 0 means overwrite or create....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2015 18:07:52 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-05-08T18:07:52Z</dc:date>
    <item>
      <title>Storing data from multiple tables in a text file</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-data-from-multiple-tables-in-a-text-file/m-p/901950#M313676</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;Is it possible to store the data from multiple tables in qlikview into a single text file.&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>Fri, 08 May 2015 09:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-data-from-multiple-tables-in-a-text-file/m-p/901950#M313676</guid>
      <dc:creator />
      <dc:date>2015-05-08T09:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Storing data from multiple tables in a text file</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-data-from-multiple-tables-in-a-text-file/m-p/901951#M313677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What information you want to same the table in the qlikview.&lt;/P&gt;&lt;P&gt;You can use table box and export to exel and then save .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 09:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-data-from-multiple-tables-in-a-text-file/m-p/901951#M313677</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2015-05-08T09:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Storing data from multiple tables in a text file</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-data-from-multiple-tables-in-a-text-file/m-p/901952#M313678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, first concatenate the two tables into one table and then store the resulting table in the text file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 09:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-data-from-multiple-tables-in-a-text-file/m-p/901952#M313678</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-08T09:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Storing data from multiple tables in a text file</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-data-from-multiple-tables-in-a-text-file/m-p/901953#M313679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can do it... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use it like :: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD SicknessMonth , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TargetSickness, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActualSickness &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&amp;nbsp; ABC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD SicknessMonth , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TargetSickness, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActualSickness &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&amp;nbsp; XYZ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Table1 INTO $(vQVDPath)Tabel.csv(txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;BKC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 09:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-data-from-multiple-tables-in-a-text-file/m-p/901953#M313679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-08T09:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Storing data from multiple tables in a text file</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-data-from-multiple-tables-in-a-text-file/m-p/901954#M313680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you accept to have a Macro triggered from a button you could use the &lt;STRONG&gt;ServerSideExportEx&lt;/STRONG&gt; method to export to a text-file AND append if you like too.... It has a parameter to specify append explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Export&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set tb = ActiveDocument.GetSheetObject("TB01")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tb.ServerSideExportEx "C:\test.txt" , ";" , 1,1252,-1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '0=HTML, 1=Text, 2=Bitmap, 3=XML, 4=QVD, 5=BIFF&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The 1 is for Text&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1252 is the CodePage .... Windows Codepage 1252&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1 means append, 0 means overwrite or create....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 18:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-data-from-multiple-tables-in-a-text-file/m-p/901954#M313680</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-08T18:07:52Z</dc:date>
    </item>
  </channel>
</rss>

