<?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 a table to a QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171684#M503723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at &lt;A href="http://community.qlik.com/forums/p/21775/83363.aspx" target="_blank" title="export qvd from API"&gt;this&lt;/A&gt;. Do the files exist? Are you overwriting? Do you have any issues with permissions on the path?&lt;/P&gt;&lt;P&gt;I'm using the same code as you and the button exports properly when clicked, and QVD file is readable and contents are real.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Dec 2009 00:46:02 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2009-12-02T00:46:02Z</dc:date>
    <item>
      <title>Export a table to a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171683#M503722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Export a table to a QVD&lt;/P&gt;&lt;P&gt;Hi Forum&lt;/P&gt;&lt;P&gt;I have a simple table. I have to export the rows to a QVD. What sentence Can i Use ?&lt;BR /&gt;I have used this sentece.&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("CH01")&lt;BR /&gt;obj.ExportEx "C:\test.qvd", 4&lt;/P&gt;&lt;P&gt;but it doesn´t work.&lt;/P&gt;&lt;P&gt;Can i include the correct sentence in the script ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for your answers !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 23:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171683#M503722</guid>
      <dc:creator />
      <dc:date>2009-12-01T23:49:24Z</dc:date>
    </item>
    <item>
      <title>Export a table to a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171684#M503723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at &lt;A href="http://community.qlik.com/forums/p/21775/83363.aspx" target="_blank" title="export qvd from API"&gt;this&lt;/A&gt;. Do the files exist? Are you overwriting? Do you have any issues with permissions on the path?&lt;/P&gt;&lt;P&gt;I'm using the same code as you and the button exports properly when clicked, and QVD file is readable and contents are real.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 00:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171684#M503723</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2009-12-02T00:46:02Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Export a table to a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171685#M503724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm facing the same problem. It works with table diagrams but not with tables!&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 00:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171685#M503724</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2009-12-02T00:56:47Z</dc:date>
    </item>
    <item>
      <title>AW:Export a table to a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171686#M503725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using this macro code which works fine with table diagrams:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;sub ExportAuswertung&lt;BR /&gt; set obj = ActiveDocument.GetSheetObject("CH120")&lt;BR /&gt; File = activedocument.Evaluate("'TIQView' &amp;amp; timestamp(now(), 'YYYYMMDDhhmm') &amp;amp; '.qvd'")&lt;BR /&gt; obj.ExportEx File, 4&lt;BR /&gt;end sub&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 01:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171686#M503725</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2009-12-02T01:28:23Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Export a table to a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171687#M503726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 01:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171687#M503726</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2009-12-02T01:44:25Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Export a table to a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171688#M503727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found the error. For simple table objects (TableBox) the function is Export (instead of ExportEx):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;obj.Export File, 4&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 01:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171688#M503727</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2009-12-02T01:44:49Z</dc:date>
    </item>
    <item>
      <title>Export a table to a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171689#M503728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answers&lt;/P&gt;&lt;P&gt;When I use the code with a button. It works OK. But If i use the code in the script. it doesn´t work.&lt;/P&gt;&lt;P&gt;Sub ServerExport&lt;BR /&gt; set st = ActiveDocument.GetSheetObject("TB01")&lt;BR /&gt; File = activedocument.Evaluate("'C:\QlikView Archivos Requerimientos\Germinador\prueba.qvd'")&lt;BR /&gt; st.Export File, 4&lt;BR /&gt;End Sub&lt;/P&gt;&lt;P&gt;Sub ServerExport&lt;/P&gt;&lt;P&gt;What can i do ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 02:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171689#M503728</guid>
      <dc:creator />
      <dc:date>2009-12-02T02:29:16Z</dc:date>
    </item>
    <item>
      <title>Export a table to a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171690#M503729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi forum.&lt;/P&gt;&lt;P&gt;Finally I use a macro. Document properties-&amp;gt; Macros -&amp;gt; OnPostReload (MyMacro)&lt;/P&gt;&lt;P&gt;Sub ServerExport&lt;BR /&gt; set st = ActiveDocument.GetSheetObject("TB01")&lt;BR /&gt; File = activedocument.Evaluate("'C:\QlikView \text.qvd'")&lt;BR /&gt; st.Export File, 4&lt;BR /&gt;End Sub&lt;/P&gt;&lt;P&gt;Thank for your ideas !!!&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 09:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171690#M503729</guid>
      <dc:creator />
      <dc:date>2009-12-02T09:03:52Z</dc:date>
    </item>
    <item>
      <title>Export a table to a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171691#M503730</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;To store data into the qvd, you don't have to use the macro/vb script to do any export.&lt;/P&gt;&lt;P&gt;Please use the 'edit script' function and put following code:&lt;/P&gt;&lt;P&gt;"store {yourTableName} into {yourfilename}.qvd;"&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Mingming&lt;/P&gt;&lt;P&gt;Hi, Sorry that didn't understand the question clearly. Please ignore my answer...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 10:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171691#M503730</guid>
      <dc:creator />
      <dc:date>2009-12-02T10:17:49Z</dc:date>
    </item>
    <item>
      <title>Export a table to a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171692#M503731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel,&lt;/P&gt;&lt;P&gt;I tried to open your &lt;A _jive_internal="true" href="https://community.qlik.com/search.jspa"&gt;This&amp;nbsp; &lt;/A&gt;Link. I'm not able to see any content there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can anyone help on this &lt;A _jive_internal="true" href="https://community.qlik.com/message/141300#141300"&gt;Thread&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In your discussion correct answer says that the code work for&amp;nbsp; with table diagrams but not with tables. Then how can i overcome with tablebox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- And one more thing is when i generate qvd through macro code. When i load this&amp;nbsp; qvd into editscript the filetype it shows delimited. My question is y it is not showing qvd filetype even if i select qvd filetype the data is empty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 06:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-table-to-a-QVD/m-p/171692#M503731</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-08-17T06:08:24Z</dc:date>
    </item>
  </channel>
</rss>

