<?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: incremental load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1031984#M934976</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;&lt;/P&gt;&lt;P&gt;Thanks for sharing valuable information.It was typo error.&lt;/P&gt;&lt;P&gt;I did perfectly,but no use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Feb 2016 08:32:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-26T08:32:13Z</dc:date>
    <item>
      <title>incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1031979#M934967</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 am doing incremental load.&lt;/P&gt;&lt;P&gt;I have done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load * from table1;&lt;/P&gt;&lt;P&gt;store table1 into table1.QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;load * from table2;&lt;/P&gt;&lt;P&gt;store table1 into table2.QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here table1.QVD got created successfully and table2.QVD not created.&amp;nbsp; If I place table2 in first place and table1 in second place, table2.QVD got created. table1.QVD not getting created. I don't second table qvd not able to creating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas to resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 17:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1031979#M934967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-25T17:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1031980#M934969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm guessing you had a slight typo above, and did this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load * from table1;&lt;/P&gt;&lt;P&gt;store table1 into table1.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;load * from table2;&lt;/P&gt;&lt;P&gt;store &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;table2&lt;/STRONG&gt;&lt;/SPAN&gt; into table2.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I'm guessing you have the same fields in both tables. If so, without a NOCONCATENATE on the second load, it will actually concatenate the fields onto the first table, ignoring the name you gave. So when you try to store, there is no table2 to store, and I'd expect you to get an error in your script at that point saying your table doesn't exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I could easily have misunderstood the problem, particularly when I'm answering a question on code different from what you posted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 17:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1031980#M934969</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-02-25T17:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1031981#M934971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your quick reply. Sorry for typo error and in two tables I am having almost 9 columns are in common and rest of the columns are different.&lt;/P&gt;&lt;P&gt; I tried with NOCONCATENATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load * from table1;&lt;/P&gt;&lt;P&gt;store table1 into table1.QVD&lt;/P&gt;&lt;P&gt; NOCONCATENATE&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;load * from table2;&lt;/P&gt;&lt;P&gt;store table2 into table2.QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But no use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 17:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1031981#M934971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-25T17:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1031982#M934973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The NOCONCATENATE goes between the table name and the load, but as long as the rest of the columns are different, my explanation and that solution are incorrect. That isn't the problem. I'm not sure I could diagnose better without seeing more of the script, but here's a working script of almost exactly the same form with nine columns the same and two different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;table1:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; A,B,C,D,E,F,G,H,I,J,K&lt;BR /&gt; 1,2,3,4,5,6,7,8,9,A,B&lt;BR /&gt; C,D,E,F,G,H,I,J,K,L,M&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;STORE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; table1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; table1.qvd (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QVD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt; &lt;BR /&gt; table2:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; A,B,C,D,E,F,G,H,I,L,M&lt;BR /&gt; 1,2,3,4,5,6,7,8,9,A,B&lt;BR /&gt; C,D,E,F,G,H,I,J,K,L,M&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;STORE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; table2 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; table2.qvd (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QVD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 17:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1031982#M934973</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-02-25T17:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1031983#M934975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &lt;STRONG&gt;"&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;store table2 into table2.QVD;"&lt;/STRONG&gt; instead of &lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;store table1 into table2.QVD;"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through incremental load article from listed below link,&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/" title="http://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/"&gt;http://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnallbi.com/incremental-load-in-qlikview-part1/" title="http://www.learnallbi.com/incremental-load-in-qlikview-part1/"&gt;Incremental Load in QlikView – Part1 | Learn QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 07:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1031983#M934975</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2016-02-26T07:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1031984#M934976</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;&lt;/P&gt;&lt;P&gt;Thanks for sharing valuable information.It was typo error.&lt;/P&gt;&lt;P&gt;I did perfectly,but no use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 08:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1031984#M934976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-26T08:32:13Z</dc:date>
    </item>
  </channel>
</rss>

