<?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: Problem with creating a .qvd file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155628#M462808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2016 10:08:12 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2016-08-23T10:08:12Z</dc:date>
    <item>
      <title>Problem with creating a .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155627#M462807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a .qvd file using the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;[test]:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Maand, ID&lt;BR /&gt; 1, 2&lt;BR /&gt; 2, 3&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&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;[test] &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;C&gt;;&amp;nbsp; &lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This however throws the following error. Any thoughts on what goes wrong here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155627#M462807</guid>
      <dc:creator />
      <dc:date>2016-08-23T10:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating a .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155628#M462808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155628#M462808</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-08-23T10:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating a .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155629#M462809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remove [] from path and also give space between store and table name&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;[test]:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Maand, ID&lt;/P&gt;&lt;P&gt;1, 2&lt;/P&gt;&lt;P&gt;2, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store [test] into &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;C:\Users\860798\Desktop\test.qvd;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155629#M462809</guid>
      <dc:creator />
      <dc:date>2016-08-23T10:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating a .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155630#M462810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what's the error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155630#M462810</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2016-08-23T10:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating a .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155631#M462811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;store &lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;[test] &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;C&gt;;&amp;nbsp; &lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155631#M462811</guid>
      <dc:creator>florentina_doga</dc:creator>
      <dc:date>2016-08-23T10:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating a .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155632#M462812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its working fine enough to me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[test]:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Maand, ID&lt;/P&gt;&lt;P&gt;1, 2&lt;/P&gt;&lt;P&gt;2, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store [test] into &lt;D&gt;; &lt;/D&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qvd.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135277_qvd.PNG" style="height: 159px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155632#M462812</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-08-23T10:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating a .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155633#M462813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you've not specified the output format in your STORE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff;"&gt;store&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;[test] &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;C&gt; &lt;STRONG&gt;(qvd)&lt;/STRONG&gt;;&amp;nbsp; &lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155633#M462813</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2016-08-23T10:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating a .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155634#M462814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe space issue?&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;store &lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[test] &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;C&gt;;&lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155634#M462814</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2016-08-23T10:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating a .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155635#M462815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As it appears to me that there was missing a "SPACE" after your STORE command, pls check again and try....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nihal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155635#M462815</guid>
      <dc:creator>nihalbuddy09</dc:creator>
      <dc:date>2016-08-23T10:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating a .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155636#M462816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It may be the ,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14719501372951481 jive_text_macro" jivemacro_uid="_14719501372951481"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;[test]:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Maand, ID&lt;BR /&gt; 1, 2&lt;BR /&gt; 2, 3&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&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;[test] &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;C&gt;;&amp;nbsp; &lt;/C&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;It may be the space after the store command.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please check the location assigned to the qvd is correct. or check like this,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14719479181679926" jivemacro_uid="_14719479181679926"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;store&lt;/STRONG&gt;&lt;/SPAN&gt; [test] &lt;SPAN style="color: #0000ff;"&gt;into&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; [test.qvd];&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;HTH,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hirish&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155636#M462816</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-08-23T10:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with creating a .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155637#M462817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this was the case. Thanks Arul!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-creating-a-qvd-file/m-p/1155637#M462817</guid>
      <dc:creator />
      <dc:date>2016-08-23T10:55:10Z</dc:date>
    </item>
  </channel>
</rss>

