<?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 Load QVD files into a DataWarehouse in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208281#M63707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[quote user="Johannes Sundén"]&lt;/P&gt;&lt;P&gt;a:&lt;/P&gt;&lt;P&gt;store items into file.csv (csv);&lt;/P&gt;&lt;DIV style="clear:both;"&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though when I did the above thing it was working. But I am not able to understand your explanation on why it doesn't work. Because I don't know where I was doing resident load. Will be thankful if you can explain in some easier way.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Apr 2010 10:10:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-22T10:10:26Z</dc:date>
    <item>
      <title>Load QVD files into a DataWarehouse</title>
      <link>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208272#M63698</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;Is it possible to integrate information stored in qvd files into a database (say Oracle)?? Is there any connector to access QVD or QVW information from an ETL, so that this information can be included into a DataWarehouse??&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Julio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 22:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208272#M63698</guid>
      <dc:creator />
      <dc:date>2010-04-08T22:17:56Z</dc:date>
    </item>
    <item>
      <title>Load QVD files into a DataWarehouse</title>
      <link>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208273#M63699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Julio, there was an ODBC for Qlikview 8.5 I think, but is no longer mantained. One thing to remember is that Qlikview is self-sufficient and does not need a dataware house, but if you're client is thinking to save the budget and use qlikview data for other applications I would not recommend it. Probably you're best chance is writing an external program that reads the qvds.&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 01:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208273#M63699</guid>
      <dc:creator />
      <dc:date>2010-04-09T01:18:41Z</dc:date>
    </item>
    <item>
      <title>Load QVD files into a DataWarehouse</title>
      <link>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208274#M63700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SInce version 9, it's possible to store a CSV file using the same syntax as storing a QVD file. You can "copy" your QVD file using 2-lines script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Tab1:&lt;BR /&gt;load * from file.qvd (qvd);&lt;BR /&gt;store Tab1 into file.csv (csv);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Once you have your data in a text file, you can load it in any other database.&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 04:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208274#M63700</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2010-04-09T04:07:29Z</dc:date>
    </item>
    <item>
      <title>Load QVD files into a DataWarehouse</title>
      <link>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208275#M63701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Oleg. I don't know it before. Very usefull.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Tab1:&lt;BR /&gt;&lt;BR /&gt;load * from file.qvd (qvd);&lt;BR /&gt;&lt;BR /&gt;store Tab1 into file.txt (txt);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 08:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208275#M63701</guid>
      <dc:creator />
      <dc:date>2010-04-19T08:52:12Z</dc:date>
    </item>
    <item>
      <title>Load QVD files into a DataWarehouse</title>
      <link>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208276#M63702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Oleg!&lt;/P&gt;&lt;P&gt;When I tried it in my document the same thing doesn't work for me. Please check why is that happening like that.&lt;/P&gt;&lt;P&gt;Attached the document for you reference.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 11:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208276#M63702</guid>
      <dc:creator />
      <dc:date>2010-04-19T11:56:51Z</dc:date>
    </item>
    <item>
      <title>Load QVD files into a DataWarehouse</title>
      <link>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208277#M63703</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;Any idea why the same thing is not working in mine.&lt;/P&gt;&lt;P&gt;Please check the attached file in my previous post and help me out.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 05:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208277#M63703</guid>
      <dc:creator />
      <dc:date>2010-04-21T05:09:12Z</dc:date>
    </item>
    <item>
      <title>Load QVD files into a DataWarehouse</title>
      <link>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208278#M63704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rikab.&lt;/P&gt;&lt;P&gt;in QV 9 you can run that code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Tab1:&lt;BR /&gt;&lt;BR /&gt;load * from items.qvd (qvd);&lt;BR /&gt;&lt;BR /&gt;store Tab1 into file.txt (txt);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;to save table like csv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 08:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208278#M63704</guid>
      <dc:creator />
      <dc:date>2010-04-22T08:22:52Z</dc:date>
    </item>
    <item>
      <title>Load QVD files into a DataWarehouse</title>
      <link>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208279#M63705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Arthur, After doing that only I have posted. If you need any clarification. Please look in to the attachment of my previous post. When I reload the document after adding you script I am getting the below error.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/6013.untitled.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/6013.untitled.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 09:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208279#M63705</guid>
      <dc:creator />
      <dc:date>2010-04-22T09:05:25Z</dc:date>
    </item>
    <item>
      <title>Load QVD files into a DataWarehouse</title>
      <link>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208280#M63706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rikab,&lt;/P&gt;&lt;P&gt;You will not have a table called Tab1. Since you're doing a resident load from "items" and not changing anything in the table structure you will get an automatic concatenation between the tables. The result will be that table "items" has duplicate rows for every entry and table Tab1 is not created. Try preceeding the load with NOCONCATENATE in order to stop the concatenation. Also, drop Tab1 after storing it to csv. However, the simple answer is to just forget the resident load and do a:&lt;/P&gt;&lt;P&gt;store items into file.csv (csv);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 09:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208280#M63706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-22T09:23:00Z</dc:date>
    </item>
    <item>
      <title>Load QVD files into a DataWarehouse</title>
      <link>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208281#M63707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[quote user="Johannes Sundén"]&lt;/P&gt;&lt;P&gt;a:&lt;/P&gt;&lt;P&gt;store items into file.csv (csv);&lt;/P&gt;&lt;DIV style="clear:both;"&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though when I did the above thing it was working. But I am not able to understand your explanation on why it doesn't work. Because I don't know where I was doing resident load. Will be thankful if you can explain in some easier way.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 10:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-QVD-files-into-a-DataWarehouse/m-p/208281#M63707</guid>
      <dc:creator />
      <dc:date>2010-04-22T10:10:26Z</dc:date>
    </item>
  </channel>
</rss>

