<?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: Load New Data in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043559#M16323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, have you checked the variable you are creating and the&amp;nbsp; Incta table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll see that on the second reload, the Incta table shows zero records, so not showing the max date you expect to get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend that you retrieve your max date not from the previous load, but from looking into your historic QVD(s) you are using a base to add the new records to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also recommend looking into existing samples for an incremental load approach. There is a nice sample by Rob Wunderlich:&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/download/delta-load-template/" title="http://qlikviewcookbook.com/download/delta-load-template/"&gt;http://qlikviewcookbook.com/download/delta-load-template/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Apr 2016 15:51:09 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-04-03T15:51:09Z</dc:date>
    <item>
      <title>Load New Data</title>
      <link>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043556#M16320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hello All&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;Please help me in the below query. I read the qlik documents but still confused.&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;I have connected ODBC with Qlik Sense. In SQL the data is updated every day. &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;As there are millions of data approx 200 million data, I need to load the new data only so that it takes less time to upload the data in qvd.&lt;/SPAN&gt;&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;I have created a variable using LET statement which contains maximum date. &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;I am using the variable in the where statement to get the new data.&lt;/SPAN&gt;&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;The issue is when I load the data first time it loads the new data. &lt;SPAN style="line-height: 1.5em;"&gt;But when I load it again it shows that data is loaded again which is not correct. The output must be 0 ideally&lt;/SPAN&gt;&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;As per me the mistake is creating the variable and passing the variable. &lt;SPAN style="line-height: 1.5em;"&gt;I have created a variable which picks the maximum post date from the table&lt;/SPAN&gt;&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;I have passed this variable in the script in where clause as&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Date"&lt;/P&gt;&lt;P&gt;FROM [lib://Files/Incremental.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where "Date" &amp;gt; $(varMAXDATE);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incta:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;DATE(MAX("Date")) as MAXDATE&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET varMAXDATE = PEEK('MAXDATE',0,'Incta');&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;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;I don’t have the qvd as well as script the qvd is in other environment.&lt;/SPAN&gt;&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;Can someone please guide the best method for incremental load in qvd and correct me also.&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;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="171708" data-objecttype="3" href="https://community.qlik.com/people/sunindia" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;sunindia&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="15823" data-objecttype="3" href="https://community.qlik.com/people/swuehl" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;swuehl&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/qlik-users/10670"&gt;maxgro&lt;/A&gt;‌&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;I will be grateful if someone attach the qvd where the above example suits&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;Thanks&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Deepanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 13:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043556#M16320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-03T13:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Load New Data</title>
      <link>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043557#M16321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LET varMAXDATE =Num(PEEK('MAXDATE',0,'Incta'));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and check that the variable is set correctly to a number after reload.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[I believe your formatted date won't be recognized as date after dollar sign expansion, so you could also try to embed the variable in single quotes: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;&lt;STRONG&gt;where "Date" &amp;gt; '$(varMAXDATE)';&amp;nbsp; &lt;/STRONG&gt;&lt;/EM&gt;but I would try the first suggested approach using Num() first&lt;/SPAN&gt;&lt;STRONG&gt;]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 13:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043557#M16321</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-03T13:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load New Data</title>
      <link>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043558#M16322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sir.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used both NUM and ' ' as per your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the snapshot numbered 1,2 &amp;amp; 3. With your help now I am able to show the same what problem I faces while working on client machine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I load the data once, it shows that the new data is loaded successfully (Works fine)&lt;/LI&gt;&lt;LI&gt;I loaded the data again, the show that no record is loaded (Works Fine)&lt;/LI&gt;&lt;LI&gt;I loaded the data again, it shows that all the data is loaded again ( Not working fine)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me that how numbered 3 is resolved, means even load multiple times it shows output 0 after the new data is loaded successfully&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Date"&lt;/P&gt;&lt;P&gt;FROM [lib://Files/Incremental.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where "Date" &amp;gt; '$(varMAXDATE)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incta:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;DATE(MAX("Date")) as MAXDATE&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET varMAXDATE = num(PEEK('MAXDATE',0,'Incta'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 14:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043558#M16322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-03T14:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Load New Data</title>
      <link>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043559#M16323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, have you checked the variable you are creating and the&amp;nbsp; Incta table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll see that on the second reload, the Incta table shows zero records, so not showing the max date you expect to get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend that you retrieve your max date not from the previous load, but from looking into your historic QVD(s) you are using a base to add the new records to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also recommend looking into existing samples for an incremental load approach. There is a nice sample by Rob Wunderlich:&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/download/delta-load-template/" title="http://qlikviewcookbook.com/download/delta-load-template/"&gt;http://qlikviewcookbook.com/download/delta-load-template/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 15:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043559#M16323</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-03T15:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load New Data</title>
      <link>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043560#M16324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sir!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very new to Qlik Sense, I tried to follow the above but fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great if you brief me the steps so that I can apply it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2016 09:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043560#M16324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-10T09:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load New Data</title>
      <link>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043561#M16325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepanshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have tried exactely which steps and where does this fail? Do you get a script error when executing or unexpected results?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post your current script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2016 10:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043561#M16325</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-10T10:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Load New Data</title>
      <link>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043562#M16326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir, I tried to replicate the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it looks very hard to replicate, sorry for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me the other way so that the problem resolve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds&lt;/P&gt;&lt;P&gt;Deepanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2016 11:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043562#M16326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-10T11:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load New Data</title>
      <link>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043563#M16327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not sure what exactely you have tried, but you can try with your original approach like&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;Temp:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Date"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [lib://Files/Incremental.xlsx]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where "Date" &amp;gt; '$(varMAXDATE)';&lt;/P&gt;&lt;P&gt;&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;Incta:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DATE(MAX("Date")) as MAXDATE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;&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;LET varMAXDATE = &lt;STRONG&gt;RangeMax&lt;/STRONG&gt;( num(PEEK('MAXDATE',0,'Incta')), &lt;STRONG&gt;varMAXDATE&lt;/STRONG&gt;);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2016 11:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043563#M16327</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-10T11:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load New Data</title>
      <link>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043564#M16328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot sir for the help!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it but first time when I load the data it fetch only new data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second time when I load the data it pulls no record(ideally it is correct), &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in visualization due to 0 data load all the fields are empty. Somehow all the data becomes 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we need to do concatenate it with actual one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2016 12:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043564#M16328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-10T12:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load New Data</title>
      <link>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043565#M16329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure, if you only load new data and there aren't any, no data will be shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understood your script is just pulling in new data (see also your title&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;), then stores the new data to QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would then concatenate the new data with the historic data already loaded to get the complete data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is another try for an explanation of the principle:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense/2.2/Subsystems/Hub/Content/LoadData/use-QVD-files-incremental-load.htm?q=incremental" title="http://help.qlik.com/en-US/sense/2.2/Subsystems/Hub/Content/LoadData/use-QVD-files-incremental-load.htm?q=incremental"&gt;Loading new and updated records with incremental load ‒ Qlik Sense&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the script I've posted above, you need to reset the variable (to zero) if you want bring in all records (first time load).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2016 12:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-New-Data/m-p/1043565#M16329</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-10T12:39:03Z</dc:date>
    </item>
  </channel>
</rss>

