<?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/621054#M228626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you have to use the exist function and day by day add only the data that NOT EXISTS in the first (original) information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will have a table that woul be increase day by day by the data that not exists in the oldest table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2014 21:19:46 GMT</pubDate>
    <dc:creator>fkeuroglian</dc:creator>
    <dc:date>2014-03-25T21:19:46Z</dc:date>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/621051#M228623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the below scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A text file contains 10 pincodes, at the first round I shall read them all and get the longitude and latitude and store it in a QVD file.&lt;/P&gt;&lt;P&gt;I run the script again but this time 5 more pincodes are added to the source text file. I wish to calculate the longitude and latitude only for newly loaded ones and store them back in existing QVD file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I proceed with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 19:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/621051#M228623</guid>
      <dc:creator />
      <dc:date>2014-03-25T19:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/621052#M228624</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;You can use exists function (see help and search the community) to load only those pincodes that is not present in the list loaded from the existing qvd.&lt;/P&gt;&lt;P&gt;Then process the new ones, concatenate and store (overwrite) the qvd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 20:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/621052#M228624</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-03-25T20:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/621053#M228625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pramod, this is a typical 'Insert' incremental load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 20:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/621053#M228625</guid>
      <dc:creator />
      <dc:date>2014-03-25T20:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/621054#M228626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you have to use the exist function and day by day add only the data that NOT EXISTS in the first (original) information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will have a table that woul be increase day by day by the data that not exists in the oldest table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 21:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/621054#M228626</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-03-25T21:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/621055#M228627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now the below scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a temp.qvd file which loads has the data pincode, lat, long and coordinates. Say I have 10 pincodes of which I get the lat and long for only 3 of them when I pass them to the api of Open Street Map/Google. I store them in temp.qvd accrdingly. Now I have 7 records which in temp.qvd which have long and lat as nulls(the api could not locate the points). After some months, the api has updated the points on the map. Now i wish to use the same temp.qvd file to check of long and lat for the pincodes which dont have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I read from a file and update the rows of pincode with respective long and lat without inserting a duplicated records at the end?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I was clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 19:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/621055#M228627</guid>
      <dc:creator />
      <dc:date>2014-03-26T19:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/621056#M228628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- read from temp.qvd the record with missing lat&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;&amp;nbsp; id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......&lt;/P&gt;&lt;P&gt;from temp.qvd (qvd) &lt;/P&gt;&lt;P&gt;where len(trim(lat))=0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // or&amp;nbsp; isnull(lat)&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- calculate lat and long with api starting from temp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp; read from temp.qvd the record with lat and concatenate&lt;/P&gt;&lt;P&gt;concatenate (temp)&lt;/P&gt;&lt;P&gt;load * &lt;/P&gt;&lt;P&gt;from temp.qvd (qvd) &lt;/P&gt;&lt;P&gt;where len(trim(lat))&amp;gt;0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- store temp &lt;/P&gt;&lt;P&gt;store A into temp.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 19:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/621056#M228628</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-26T19:59:07Z</dc:date>
    </item>
  </channel>
</rss>

