<?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: Loading Multiple QVDs into One Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539868#M1146306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you used any complex calculations while extracting data from source systems?&lt;/P&gt;&lt;P&gt;Extract raw data into 1st QVW with no transformations and store it to QVD(Optimized Load).&lt;/P&gt;&lt;P&gt;then make any transformations in 2nd QVW using above QVD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Dec 2014 14:58:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-12-28T14:58:27Z</dc:date>
    <item>
      <title>Loading Multiple QVDs into One Table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539862#M1146300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm relatively new to Qlikview - in fact I've mostly adapted existing documents rather than developed from scratch (picking it up as I go).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a large QVD (about 200 columns, 2million rows) which the memory on my PC doesn't seem to be able to handle. So I've split my data into several smaller QVDs (all with the exact same 200 columns, but with only 300,000 rows in each) and am now trying to load them into one table in my Qlikview doc. I have named them similarly i.e. QVD1, QVD2, QVD3 with the aim of using a wildcard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following syntax:&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;LOAD&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;SELECT FIELDA, FIELDB, FIELDC, ....&lt;/P&gt;&lt;P&gt;FROM [QVD file path]\QVD*.qvd&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG style="color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;Now I've tried this in a blank document to test it, and it works fine. (i.e. it creates a table structure called "DATA" which contains all 2 million records.) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I am trying to load this data into a previously developed document, and when I use this syntax for the load of this particular data, it inserts the first QVD into DATA, but for each QVD after that, it seems to create a separate table structure for each one, which it names DATA-1, DATA-2, DATA-3 etc. (I think the person who developed it (who is not around any more) must have had a more powerful PC than I have as they were able to load it all in one!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea why it might do this? I know it's a bit generic, and apologies for that, but I've spent a couple of days now trying to re-run it various ways and can't understand why it won't work when I plug it into the document. I am hoping it might be a settting somewhere that I can change, but I doubt it's that simple? If not, I am assuming it's something else in the Qlikview code that is causing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to note: I've also tried &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;LOAD&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;SELECT FIELDA, FIELDB, FIELDC, ....&lt;/P&gt;&lt;P&gt;FROM [QVD file path]\QVD1.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;SELECT FIELDA, FIELDB, FIELDC, ....&lt;/P&gt;&lt;P&gt;FROM [QVD file path]\QVD2.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;﻿LOAD SELECT FIELDA, FIELDB, FIELDC, ....&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;﻿&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;FROM [QVD file path]\QVD3.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;etc etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, this works in test, but I get the following error message when I run this: "Internal Inconsistency, Type D, detected", which I think is a memory issue again - would I be right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;BR /&gt;Sarah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 13:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539862#M1146300</guid>
      <dc:creator />
      <dc:date>2013-07-30T13:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple QVDs into One Table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539863#M1146301</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;Qlikview is basically works on In- Memory BI solution, It depends only on RAM size. Its is basically an memory error. First you loaded entire data into one QVD, Again u r splitting that data into some QVDs, Just like splitting the data year wise. Again you are concatnating those QVD's. Its not make a difference. If you want work on same take some data and work on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Khadeer &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 13:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539863#M1146301</guid>
      <dc:creator>khadeer</dc:creator>
      <dc:date>2013-07-30T13:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple QVDs into One Table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539864#M1146302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khadeer, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I understood that I should be able to load this data somehow, as my colleague loaded the same amount of data to this application in the past. I am even using his old PC so I have the same amount of RAM that was used before. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made the relevant changes to the front-end, using the debugger to do a limited load, and this runs fine. However now when I try to load in all the data, and this is where it fails... I would love to know he reloaded it, but unfortunately he's not around to ask! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;BR /&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 14:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539864#M1146302</guid>
      <dc:creator />
      <dc:date>2013-07-30T14:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple QVDs into One Table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539865#M1146303</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;Try this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;DATA:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;LOAD&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;FIELDA, FIELDB, FIELDC, ....&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FROM [QVD file path]\QVD1.qvd &lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;CONCATENATE(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;DATA&lt;/SPAN&gt;) &lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;LOAD&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;FIELDA, FIELDB, FIELDC, ....&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FROM [QVD file path]\QVD2.qvd &lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;CONCATENATE(&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;LOAD FIELDA, FIELDB, FIELDC, .... &lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FROM [QVD file path]\QVD3.qvd&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;(qvd);&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;'&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;'&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;'&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;'&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Regards,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 14:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539865#M1146303</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-07-30T14:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple QVDs into One Table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539866#M1146304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I've just tried your suggestion, but it unfortunately didn't work. The data still got separated into DATA-1, DATA-2 etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, since I last posted I realised that when I load in the full QVD (all 2 million rows) the load was non-optimised. I am now working on optimising the load and hoping that this should help with my memory issue when I am loading the full QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I post again once I've finished to let you know how I get on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 16:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539866#M1146304</guid>
      <dc:creator />
      <dc:date>2013-07-30T16:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple QVDs into One Table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539867#M1146305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Optimize the QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why you QVD is not optimized??? How You have generated it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If You don't have memory to load QVD there is&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;No solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Dec 2014 13:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539867#M1146305</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-28T13:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple QVDs into One Table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539868#M1146306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you used any complex calculations while extracting data from source systems?&lt;/P&gt;&lt;P&gt;Extract raw data into 1st QVW with no transformations and store it to QVD(Optimized Load).&lt;/P&gt;&lt;P&gt;then make any transformations in 2nd QVW using above QVD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Dec 2014 14:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539868#M1146306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-28T14:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple QVDs into One Table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539869#M1146307</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;If you are not doing any calculations and not using any conditions during load then it will be in Optimized load only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Also store only the fields which you are using in the Dashboard, this way it reduces the size of the QVD and performance would be better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 02:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539869#M1146307</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-29T02:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple QVDs into One Table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539870#M1146308</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;Did you used Concatenate statment? And all the QVDs having same columns?&amp;nbsp; Can you post your script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 02:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-QVDs-into-One-Table/m-p/539870#M1146308</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-29T02:19:42Z</dc:date>
    </item>
  </channel>
</rss>

