<?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 Export table to file QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-table-to-file-QVD/m-p/217381#M70593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;BR /&gt;&lt;BR /&gt;I have a macro that exports a table to file QVD.&lt;BR /&gt;Whenever I export it overwrites the previous file.&lt;BR /&gt;Has some way to concatenate the data?&lt;/P&gt;&lt;P&gt;sub export_Estoque_Ajuste_Mes&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("CH19")&lt;BR /&gt; set val=ActiveDocument.Fields("Data_Inicial").GetPossibleValues&lt;BR /&gt; FUNCIONARIO = val.Item(i).Text&lt;BR /&gt; obj.ExportEx "D:\Desenv\ASR_"Data_Inicial".qvd", 4&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Feb 2011 19:46:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-02-15T19:46:13Z</dc:date>
    <item>
      <title>Export table to file QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-to-file-QVD/m-p/217381#M70593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;BR /&gt;&lt;BR /&gt;I have a macro that exports a table to file QVD.&lt;BR /&gt;Whenever I export it overwrites the previous file.&lt;BR /&gt;Has some way to concatenate the data?&lt;/P&gt;&lt;P&gt;sub export_Estoque_Ajuste_Mes&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("CH19")&lt;BR /&gt; set val=ActiveDocument.Fields("Data_Inicial").GetPossibleValues&lt;BR /&gt; FUNCIONARIO = val.Item(i).Text&lt;BR /&gt; obj.ExportEx "D:\Desenv\ASR_"Data_Inicial".qvd", 4&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 19:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-to-file-QVD/m-p/217381#M70593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-15T19:46:13Z</dc:date>
    </item>
    <item>
      <title>Export table to file QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-to-file-QVD/m-p/217382#M70594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Washington - from the APIGuide.qvw for Member ExportEx, I believe you can just set parameter 3 = True. I've never tried that with a QVD though; let me know if it works.&lt;/P&gt;&lt;P&gt;-Isaiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 19:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-to-file-QVD/m-p/217382#M70594</guid>
      <dc:creator>isaiah82</dc:creator>
      <dc:date>2011-02-15T19:51:02Z</dc:date>
    </item>
    <item>
      <title>Export table to file QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-to-file-QVD/m-p/217383#M70595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not understand what you meant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 11:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-to-file-QVD/m-p/217383#M70595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-16T11:52:07Z</dc:date>
    </item>
    <item>
      <title>Export table to file QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-to-file-QVD/m-p/217384#M70596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem; it should be as easy as changing the following line to include a third parameter:&lt;/P&gt;&lt;P&gt;obj.ExportEx "D:\Desenv\ASR_"Data_Inicial".qvd", 4 &lt;STRONG&gt;, True&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;But,&lt;/STRONG&gt; unfortunately I just gave this a quick test and it doesn't work with QVD's as I feared. It does work with the text file formats however. I think you'll just need to change the 4 to a different number/format and change the load statement where you're using the QVD as such.&lt;/P&gt;&lt;P&gt;-Isaiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 14:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-to-file-QVD/m-p/217384#M70596</guid>
      <dc:creator>isaiah82</dc:creator>
      <dc:date>2011-02-16T14:19:01Z</dc:date>
    </item>
  </channel>
</rss>

