<?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 More than one incremental load in same QV-file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/More-than-one-incremental-load-in-same-QV-file/m-p/744137#M265663</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;I've developed two separate scripts loading data from different sources. One text file source ( named TEXT) and one Excel scource (EXCEL). The two separate apps works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is, these two have to be merged into one QV-file.&lt;/P&gt;&lt;P&gt;And when I try this nothing works.&lt;/P&gt;&lt;P&gt;Not even the initial load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls find attached folder systems with example data.&lt;/P&gt;&lt;P&gt;One for the separate and fully functional apps, and the other one for the merged version (the one not working). &lt;/P&gt;&lt;P&gt;Any clues?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Olle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 14:23:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-21T14:23:14Z</dc:date>
    <item>
      <title>More than one incremental load in same QV-file</title>
      <link>https://community.qlik.com/t5/QlikView/More-than-one-incremental-load-in-same-QV-file/m-p/744137#M265663</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;I've developed two separate scripts loading data from different sources. One text file source ( named TEXT) and one Excel scource (EXCEL). The two separate apps works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is, these two have to be merged into one QV-file.&lt;/P&gt;&lt;P&gt;And when I try this nothing works.&lt;/P&gt;&lt;P&gt;Not even the initial load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls find attached folder systems with example data.&lt;/P&gt;&lt;P&gt;One for the separate and fully functional apps, and the other one for the merged version (the one not working). &lt;/P&gt;&lt;P&gt;Any clues?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Olle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-than-one-incremental-load-in-same-QV-file/m-p/744137#M265663</guid>
      <dc:creator />
      <dc:date>2015-01-21T14:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: More than one incremental load in same QV-file</title>
      <link>https://community.qlik.com/t5/QlikView/More-than-one-incremental-load-in-same-QV-file/m-p/744138#M265664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If by nothing working for the initial load you mean no QVD for text data appears, the reason is autoconcatenation. If you try loading data into a table with exactly same fields as already existing table, they will get concatenated to the first table, no questions asked. The new table will not be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid that, add "NoConcatenate" prefix:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FINAL_TABLE_TEXT:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD RIGHT(ACC,7) as ACC,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or just drop the table with Excel data right after you store it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-than-one-incremental-load-in-same-QV-file/m-p/744138#M265664</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2015-01-21T14:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: More than one incremental load in same QV-file</title>
      <link>https://community.qlik.com/t5/QlikView/More-than-one-incremental-load-in-same-QV-file/m-p/744139#M265665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jakub!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That explains the intial load issues!&lt;/P&gt;&lt;P&gt;However, the incremental parts do still not work. Any clues?&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Olle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 15:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-than-one-incremental-load-in-same-QV-file/m-p/744139#M265665</guid>
      <dc:creator />
      <dc:date>2015-01-21T15:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: More than one incremental load in same QV-file</title>
      <link>https://community.qlik.com/t5/QlikView/More-than-one-incremental-load-in-same-QV-file/m-p/744140#M265666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After you store the Excel data into QVD after incremental load, you keep it in memory and load data from txt which has exact same fields, so the same thing will happen. Just drop all the Excel data after you are done with incremental load and storing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 15:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-than-one-incremental-load-in-same-QV-file/m-p/744140#M265666</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2015-01-21T15:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: More than one incremental load in same QV-file</title>
      <link>https://community.qlik.com/t5/QlikView/More-than-one-incremental-load-in-same-QV-file/m-p/744141#M265667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is great stuff Michalik!&lt;/P&gt;&lt;P&gt;But how do I display all of the data, both Excel and Text?&lt;/P&gt;&lt;P&gt;Since im dropping the EXCEL I end up with TEXT only in my app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would you suggest?&lt;/P&gt;&lt;P&gt;Adding another tab loading all of the data in the QVD's?&lt;/P&gt;&lt;P&gt;Or something similar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Olle&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 15:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-than-one-incremental-load-in-same-QV-file/m-p/744141#M265667</guid>
      <dc:creator />
      <dc:date>2015-01-21T15:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: More than one incremental load in same QV-file</title>
      <link>https://community.qlik.com/t5/QlikView/More-than-one-incremental-load-in-same-QV-file/m-p/744142#M265668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd do precisely what you suggested, that is after storing and dropping everything simply load the data from the QVDs at the end just for viewing. It's a bit redundant, but hey, QVDs load so fast it hardly matters &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I wanted to keep things super tidy, I'd create another QVW and use it just for loading QVDs and viewing the data, and the original one just for the reloads.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 16:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-than-one-incremental-load-in-same-QV-file/m-p/744142#M265668</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2015-01-21T16:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: More than one incremental load in same QV-file</title>
      <link>https://community.qlik.com/t5/QlikView/More-than-one-incremental-load-in-same-QV-file/m-p/744143#M265669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works like a charm, thanks a lot for your help Jakub!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 09:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-than-one-incremental-load-in-same-QV-file/m-p/744143#M265669</guid>
      <dc:creator />
      <dc:date>2015-01-22T09:43:52Z</dc:date>
    </item>
  </channel>
</rss>

