<?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: SQL Script from .QVD file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-Script-from-QVD-file/m-p/1035456#M637287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. A qvd file is simply a binary file with memory dump of a table from a qlikview or qlik sense document. It is not an SQL database management system. You load data from a qvd in Qlikview or Qlik Sense with the LOAD statement.&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;ExampleTable:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt; A, B, C&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;C&gt; (qvd);&lt;/C&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Apr 2016 16:45:49 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-04-14T16:45:49Z</dc:date>
    <item>
      <title>SQL Script from .QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Script-from-QVD-file/m-p/1035454#M637285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible to use SQL Script to extract information from .QVD files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExampleTable:&lt;/P&gt;&lt;P&gt;SELECT A, B, C&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt; (qvd);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 16:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Script-from-QVD-file/m-p/1035454#M637285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T16:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Script from .QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Script-from-QVD-file/m-p/1035455#M637286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if you want to do just this:&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;&lt;STRONG&gt;ExampleTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;LOAD&lt;/SPAN&gt; &lt;SPAN style="line-height: 1.5em;"&gt;A,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;C&gt; (qvd);&lt;/C&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 16:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Script-from-QVD-file/m-p/1035455#M637286</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-14T16:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Script from .QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Script-from-QVD-file/m-p/1035456#M637287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. A qvd file is simply a binary file with memory dump of a table from a qlikview or qlik sense document. It is not an SQL database management system. You load data from a qvd in Qlikview or Qlik Sense with the LOAD statement.&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;ExampleTable:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt; A, B, C&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;C&gt; (qvd);&lt;/C&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 16:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Script-from-QVD-file/m-p/1035456#M637287</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-14T16:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Script from .QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Script-from-QVD-file/m-p/1035457#M637288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm going out on a limb with this post. If you are interested in reading information about the QVD file (metadata) not the contents of the QVD file itself then the link below should help. If not. . .what they said. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 style="font-weight: normal; font-family: MuseoSlab500Regular, arial, helvetica, sans-serif; color: #343333; background-color: #f6f3f3;"&gt;&lt;A href="http://www.quickintelligence.co.uk/read-meta-data-qlikview-qvd/"&gt;How To Read Meta Data From A QlikView QVD&lt;/A&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 18:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Script-from-QVD-file/m-p/1035457#M637288</guid>
      <dc:creator>jlongoria</dc:creator>
      <dc:date>2016-04-14T18:22:05Z</dc:date>
    </item>
  </channel>
</rss>

