<?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: store qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947648#M647052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note that, While loading the QVD into Qlikview, you should not omit (qvd). If you do so, you will get an error popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Correct:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LOAD * FROM tab.qvd (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Wrong:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD * FROM tab.qvd;&amp;nbsp; (You will get an error)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2015 09:22:53 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2015-11-20T09:22:53Z</dc:date>
    <item>
      <title>store qvd</title>
      <link>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947646#M647050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see two ways of storing table into qvd files&lt;/P&gt;&lt;P&gt;1.STORE TAB INTO tab.qvd;&lt;/P&gt;&lt;P&gt;2.STORE TAB INTO tab.qvd(qvd);&lt;/P&gt;&lt;P&gt;is there any differences between these two methods?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 05:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947646#M647050</guid>
      <dc:creator>adamgaox</dc:creator>
      <dc:date>2015-11-20T05:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: store qvd</title>
      <link>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947647#M647051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;from the Documentation, this is the sintax of STORE statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN class="Bold"&gt;store&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[ *fieldlist &lt;SPAN class="Bold"&gt;from&lt;/SPAN&gt;] table &lt;SPAN class="Bold"&gt;into&lt;/SPAN&gt; filename [ format-spec ];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Italic"&gt;format-spec ::= &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt; ( &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;txt&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt; | &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;qvd&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt; ) &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO you can use (txt) or (qvd). If format-spec is omitted, (qvd) is used.&lt;/P&gt;&lt;P&gt;So we can assume that if you want store in a qvd, it's the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 09:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947647#M647051</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2015-11-20T09:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: store qvd</title>
      <link>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947648#M647052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note that, While loading the QVD into Qlikview, you should not omit (qvd). If you do so, you will get an error popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Correct:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LOAD * FROM tab.qvd (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Wrong:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD * FROM tab.qvd;&amp;nbsp; (You will get an error)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 09:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947648#M647052</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-11-20T09:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: store qvd</title>
      <link>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947649#M647053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 09:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947649#M647053</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-11-20T09:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: store qvd</title>
      <link>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947650#M647054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no difference between them. You can choose either of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bur generally we use STORE TAB INTO tab.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 09:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947650#M647054</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-11-20T09:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: store qvd</title>
      <link>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947651#M647055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #747474; font-family: 'PT Sans', Arial, Helvetica, sans-serif; font-size: 14px;"&gt;Hi! There are other formats that can be written (txt,csv,qvd) but QVD is the default so the statement works without the suffix. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 09:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947651#M647055</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2015-11-20T09:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: store qvd</title>
      <link>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947652#M647056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1.STORE TAB INTO tab.qvd;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2.STORE TAB INTO tab.qvd(qvd);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;both will gave the same result&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;but in second query u can save like &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE TAB INTO tab.qvd(txt); it is also gave same result&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i.e (QVD)/(txt) in which format u need to save that is ur wish else by default it is saved qvd format &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hope i reach clear your doubt 80 % any way u can try once&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 10:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947652#M647056</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2015-11-20T10:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: store qvd</title>
      <link>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947653#M647057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;giving defining file type for QVD is not mandatory because QlikView understand it.&lt;/P&gt;&lt;P&gt;But when your will&amp;nbsp; store into some txt format like CSV you need to give file type.&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;STORE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; B &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; B.qvd;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;STORE&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; B &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; B.qvd(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QVD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Above both statements are same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;but below are different. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if you will use (txt) QV will load correct data but when you will not specify the format it will jot load data correctly it will be considered in xml format.&lt;/SPAN&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;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;STORE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; B &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; csvB.csv(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;txt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;STORE&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; B &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; wthoutcsvB.csv; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;BKC&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 10:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-qvd/m-p/947653#M647057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-20T10:49:31Z</dc:date>
    </item>
  </channel>
</rss>

