<?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: Check whether there is any modification in data in Incremental Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Check-whether-there-is-any-modification-in-data-in-Incremental/m-p/947664#M645571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think solution is here &lt;A href="http://www.tutorialspoint.com/qlikview/qlikview_incremental_load.htm" title="http://www.tutorialspoint.com/qlikview/qlikview_incremental_load.htm"&gt;http://www.tutorialspoint.com/qlikview/qlikview_incremental_load.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please check it with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Dec 2015 06:55:13 GMT</pubDate>
    <dc:creator>vikasmahajan</dc:creator>
    <dc:date>2015-12-18T06:55:13Z</dc:date>
    <item>
      <title>Check whether there is any modification in data in Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-there-is-any-modification-in-data-in-Incremental/m-p/947659#M645566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting one .txt file every day which I have to Concatenate to the existing qvd File.&lt;/P&gt;&lt;P&gt;The file coming every day may have old records.&lt;/P&gt;&lt;P&gt;I am using incremental load for This and using "not exists()" to avoid duplicate values.&lt;/P&gt;&lt;P&gt;There is no Modified date field in The table. &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;but&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;this will simply load the new data and not old one.&lt;/P&gt;&lt;P&gt;What I want is if there is any change in Field "Leaving Date" of Same Emp ID It should capture it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Primary Key = Emp ID.&lt;/P&gt;&lt;P&gt;Field to check for modification = "Leaving Date".&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>Thu, 17 Dec 2015 09:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-there-is-any-modification-in-data-in-Incremental/m-p/947659#M645566</guid>
      <dc:creator>yashdeep</dc:creator>
      <dc:date>2015-12-17T09:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Check whether there is any modification in data in Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-there-is-any-modification-in-data-in-Incremental/m-p/947660#M645567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load the first file, store as a qvd and &lt;EM&gt;exit script&lt;/EM&gt; from your qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load the next file. then concatenate on the stored qvd with your &lt;EM&gt;where not exists() , &lt;/EM&gt;store this as the same qvd name [it will overwrite the old qvd file]&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Repeat as your new daily files appear.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 19:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-there-is-any-modification-in-data-in-Incremental/m-p/947660#M645567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-17T19:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Check whether there is any modification in data in Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-there-is-any-modification-in-data-in-Incremental/m-p/947661#M645568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my main problem is that if there is any modification corresponding to&amp;nbsp; a Emp Id which is already&lt;/P&gt;&lt;P&gt;Present in the Old Qvd Then it will simply replace the old value whereas i want to create a flag that &lt;/P&gt;&lt;P&gt;some modification has been done.&lt;/P&gt;&lt;P&gt;I just want to capture the modification in"Leaving date " field .&lt;/P&gt;&lt;P&gt;If the Leaving date in new file is not equal to Leaving date &lt;/P&gt;&lt;P&gt;in stored qvd &lt;SPAN style="font-size: 13.3333px;"&gt;of the same Emp ID&lt;/SPAN&gt; the Value of the flag should be= "Modified" .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 04:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-there-is-any-modification-in-data-in-Incremental/m-p/947661#M645568</guid>
      <dc:creator>yashdeep</dc:creator>
      <dc:date>2015-12-18T04:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Check whether there is any modification in data in Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-there-is-any-modification-in-data-in-Incremental/m-p/947662#M645569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;store your existed file into qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once you get the new file concatenate that with the old Qvd and store that with the Old qvd name and use not exists()&lt;/P&gt;&lt;P&gt;what bill said already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so your new data will concatenate with old data and there wont be any duplication and you will get the modified data.&lt;/P&gt;&lt;P&gt;&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;Sowmya &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 05:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-there-is-any-modification-in-data-in-Incremental/m-p/947662#M645569</guid>
      <dc:creator />
      <dc:date>2015-12-18T05:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Check whether there is any modification in data in Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-there-is-any-modification-in-data-in-Incremental/m-p/947663#M645570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Maybe this wolud help..&lt;/P&gt;&lt;P&gt;&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;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavini S Mehta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 05:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-there-is-any-modification-in-data-in-Incremental/m-p/947663#M645570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-18T05:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Check whether there is any modification in data in Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-there-is-any-modification-in-data-in-Incremental/m-p/947664#M645571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think solution is here &lt;A href="http://www.tutorialspoint.com/qlikview/qlikview_incremental_load.htm" title="http://www.tutorialspoint.com/qlikview/qlikview_incremental_load.htm"&gt;http://www.tutorialspoint.com/qlikview/qlikview_incremental_load.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please check it with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 06:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-there-is-any-modification-in-data-in-Incremental/m-p/947664#M645571</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-12-18T06:55:13Z</dc:date>
    </item>
  </channel>
</rss>

