<?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: Comapring old data and updated data and highlight the updates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comapring-old-data-and-updated-data-and-highlight-the-updates/m-p/742003#M1032631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/8752"&gt;jaganmohan&lt;/A&gt; &lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 10:01:25 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2015-02-05T10:01:25Z</dc:date>
    <item>
      <title>Comapring old data and updated data and highlight the updates</title>
      <link>https://community.qlik.com/t5/QlikView/Comapring-old-data-and-updated-data-and-highlight-the-updates/m-p/742002#M1032630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to do something fancy and got stuck.&lt;/P&gt;&lt;P&gt;I am pulling data from few excel sheets and those sheets get updated from users on daily basis. They may add data or may update the old data or may delete data. So I used to consolidate all the data together into one sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way by which I can detect the updates which was done by the user today from the data loaded at the time of previous load?&lt;/P&gt;&lt;P&gt;Any help on this will be really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Jyothish KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 10:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comapring-old-data-and-updated-data-and-highlight-the-updates/m-p/742002#M1032630</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-02-04T10:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Comapring old data and updated data and highlight the updates</title>
      <link>https://community.qlik.com/t5/QlikView/Comapring-old-data-and-updated-data-and-highlight-the-updates/m-p/742003#M1032631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/8752"&gt;jaganmohan&lt;/A&gt; &lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 10:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comapring-old-data-and-updated-data-and-highlight-the-updates/m-p/742003#M1032631</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-02-05T10:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Comapring old data and updated data and highlight the updates</title>
      <link>https://community.qlik.com/t5/QlikView/Comapring-old-data-and-updated-data-and-highlight-the-updates/m-p/742004#M1032632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create qvd daily; compare yesterday's qvd data with the excel data to be loaded today. To do this there has to be a unique identifier of the record i.e. primary key. But here without the timestamp you might not be able to implement effective incremental load(which you possibly are not looking for).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 05:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comapring-old-data-and-updated-data-and-highlight-the-updates/m-p/742004#M1032632</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-02-06T05:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Comapring old data and updated data and highlight the updates</title>
      <link>https://community.qlik.com/t5/QlikView/Comapring-old-data-and-updated-data-and-highlight-the-updates/m-p/742005#M1032633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot &lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt; for the logic. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;l will try to implement this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 05:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comapring-old-data-and-updated-data-and-highlight-the-updates/m-p/742005#M1032633</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-02-06T05:31:08Z</dc:date>
    </item>
  </channel>
</rss>

