<?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 Qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qvd/m-p/180855#M712355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil/Srividhya.&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;When loading the data from the Qvd file if you are using the syntax as&lt;/P&gt;&lt;P&gt;Load * from a.qvd; -------- It is not getting executed&lt;/P&gt;&lt;P&gt;Load * from a.Qvd(Qvd);------It is working fine.&lt;/P&gt;&lt;P&gt;Any architectural change in behaviour of the second one?&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>Mon, 24 Jan 2011 11:28:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-24T11:28:45Z</dc:date>
    <item>
      <title>Qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd/m-p/180852#M712352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When we create the Qvd file or wile calling the Qvd file we are specifying as .QVD(Qvd); What does it refers and what is the impact&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 06:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd/m-p/180852#M712352</guid>
      <dc:creator />
      <dc:date>2011-01-24T06:00:14Z</dc:date>
    </item>
    <item>
      <title>Qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd/m-p/180853#M712353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Qvd = QlikView Data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 06:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd/m-p/180853#M712353</guid>
      <dc:creator />
      <dc:date>2011-01-24T06:13:12Z</dc:date>
    </item>
    <item>
      <title>Qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd/m-p/180854#M712354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QVD is extension of data file generated by qlikview. it is proprietary of Qliktech International.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 10:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd/m-p/180854#M712354</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-01-24T10:47:36Z</dc:date>
    </item>
    <item>
      <title>Qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd/m-p/180855#M712355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil/Srividhya.&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;When loading the data from the Qvd file if you are using the syntax as&lt;/P&gt;&lt;P&gt;Load * from a.qvd; -------- It is not getting executed&lt;/P&gt;&lt;P&gt;Load * from a.Qvd(Qvd);------It is working fine.&lt;/P&gt;&lt;P&gt;Any architectural change in behaviour of the second one?&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>Mon, 24 Jan 2011 11:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd/m-p/180855#M712355</guid>
      <dc:creator />
      <dc:date>2011-01-24T11:28:45Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd/m-p/180856#M712356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi XXX,&lt;/P&gt;&lt;P&gt;you can find the ()-bracket at the end of the load-statements reading from "type file".&lt;/P&gt;&lt;P&gt;Text-files like:&lt;/P&gt;&lt;P&gt;LOAD @1&lt;BR /&gt;FROM&lt;BR /&gt;&lt;C&gt; &lt;I&gt;(txt, codepage is 1252, no labels, delimiter is '\t', msq)&lt;/I&gt;;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;reading from Excel-files similar:&lt;/P&gt;&lt;P&gt;LOAD .... FROM [xyz.xls] &lt;I&gt;(biff, embedded labels, table is Tabelle1$);&lt;/I&gt;&lt;/P&gt;&lt;P&gt;So I think to have a consistent syntax the load-statement to read from a qvd(-file) has also the ()-brackets. Even there is only one content (qvd) at the moment, but ready for future options.&lt;/P&gt;&lt;P&gt;Regards, Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 14:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd/m-p/180856#M712356</guid>
      <dc:creator />
      <dc:date>2011-01-24T14:21:06Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd/m-p/180857#M712357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you omit the &lt;B&gt;(qvd)&lt;/B&gt; specification when reading from the qvd, the default filetype is &lt;B&gt;(txt)&lt;/B&gt; is used . Which is why you must specify &lt;B&gt;(qvd&lt;/B&gt;) when loading from a QVD.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 07:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd/m-p/180857#M712357</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-01-25T07:25:42Z</dc:date>
    </item>
    <item>
      <title>Qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd/m-p/180858#M712358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your responses.&lt;/P&gt;&lt;P&gt;I just tried to load the Qvd data without giving (Qvd) in barcket. it is showing xml data about the Qvd .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 15:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd/m-p/180858#M712358</guid>
      <dc:creator />
      <dc:date>2011-01-25T15:16:47Z</dc:date>
    </item>
    <item>
      <title>Qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd/m-p/180859#M712359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Want to learn more about QVDs? I'll be presenting a webinar on QVD February 2.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlik.com/us/company/events/webinar/2011/qliklearn-understanding-and-best-practices-with-the-qvd-file-format"&gt;http://www.qlik.com/us/company/events/webinar/2011/qliklearn-understanding-and-best-practices-with-the-qvd-file-format&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 19:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd/m-p/180859#M712359</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-01-25T19:22:15Z</dc:date>
    </item>
    <item>
      <title>Qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd/m-p/180860#M712360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob ,&lt;/P&gt;&lt;P&gt;The webinar was very much useful.I am looking forward to know about forthcoming webinars or events like this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 05:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd/m-p/180860#M712360</guid>
      <dc:creator />
      <dc:date>2011-02-07T05:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd/m-p/180861#M712361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi XXX &lt;/P&gt;&lt;P&gt;i guess rob already gave you the right answer. You can close this thread as answered. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 16:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd/m-p/180861#M712361</guid>
      <dc:creator />
      <dc:date>2013-09-23T16:54:54Z</dc:date>
    </item>
  </channel>
</rss>

