<?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: Hash Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hash-Function/m-p/794725#M1034471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou &lt;SPAN style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/fkeuroglian"&gt;fkeuroglian&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; for your reply m going to implementing according to yours suggestion. if required i will take your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 Jan 2015 05:20:54 GMT</pubDate>
    <dc:creator>noman212</dc:creator>
    <dc:date>2015-01-31T05:20:54Z</dc:date>
    <item>
      <title>Hash Function</title>
      <link>https://community.qlik.com/t5/QlikView/Hash-Function/m-p/794722#M1034468</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;Hi Friends,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i made a QVD with incremental load &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Insert update&lt;/STRONG&gt; the records insert in qvd on daily basis, in my database password field update when user changes their password.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The changed in password feild not update in my QVD.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;How can i apply hash funtion so that i get updated value.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Noman khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 05:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hash-Function/m-p/794722#M1034468</guid>
      <dc:creator>noman212</dc:creator>
      <dc:date>2015-01-30T05:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hash Function</title>
      <link>https://community.qlik.com/t5/QlikView/Hash-Function/m-p/794723#M1034469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this blog post: &lt;A href="http://www.qlikfix.com/2014/03/11/hash-functions-collisions/" title="http://www.qlikfix.com/2014/03/11/hash-functions-collisions/"&gt;http://www.qlikfix.com/2014/03/11/hash-functions-collisions/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 12:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hash-Function/m-p/794723#M1034469</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-30T12:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hash Function</title>
      <link>https://community.qlik.com/t5/QlikView/Hash-Function/m-p/794724#M1034470</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 have to create a code using hash function like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hash128(FIEDL1,FIELD2,FIELDn) as %KHash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then when you load the new data create another field using hash again and put %KHash2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then load and put a where clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;from...&lt;/P&gt;&lt;P&gt;WHERE not exists (%KHash2, %KHash);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only will be load the value that have some change in the hash or are new&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>Fri, 30 Jan 2015 17:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hash-Function/m-p/794724#M1034470</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2015-01-30T17:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hash Function</title>
      <link>https://community.qlik.com/t5/QlikView/Hash-Function/m-p/794725#M1034471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou &lt;SPAN style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/fkeuroglian"&gt;fkeuroglian&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; for your reply m going to implementing according to yours suggestion. if required i will take your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 05:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hash-Function/m-p/794725#M1034471</guid>
      <dc:creator>noman212</dc:creator>
      <dc:date>2015-01-31T05:20:54Z</dc:date>
    </item>
  </channel>
</rss>

