<?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: autonumberhash fun? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/autonumberhash-fun/m-p/726571#M1051511</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;Yes it will give same answer.&lt;/P&gt;&lt;P&gt;The only difference will be in data handling&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AutoHash128(): a 128 bit hash function that returns a 22 character string.&lt;/P&gt;&lt;P&gt;AutoHash256(): a 256 bit hash function that returns a 43 character string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you have strings more then 22 character then go with AutoHash256().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2014 19:08:29 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-10-29T19:08:29Z</dc:date>
    <item>
      <title>autonumberhash fun?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash-fun/m-p/726570#M1051510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i&amp;nbsp; have usedin this application autonumber function and autonumberhas128,256 but&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;it is giving same result no change in output . then what is the difference between autonumber function&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and autonumberhas128,256 ? and when to use each one ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 18:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash-fun/m-p/726570#M1051510</guid>
      <dc:creator />
      <dc:date>2014-10-29T18:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: autonumberhash fun?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash-fun/m-p/726571#M1051511</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;Yes it will give same answer.&lt;/P&gt;&lt;P&gt;The only difference will be in data handling&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AutoHash128(): a 128 bit hash function that returns a 22 character string.&lt;/P&gt;&lt;P&gt;AutoHash256(): a 256 bit hash function that returns a 43 character string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you have strings more then 22 character then go with AutoHash256().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 19:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash-fun/m-p/726571#M1051511</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-29T19:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: autonumberhash fun?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash-fun/m-p/726572#M1051512</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;There is difference in the use of the Autonumberhash128 and Autonumberhash256 and it is depends on the key values and combination used in the data model. And how complex your key fields that use in which type of the Autonumberhash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;A name="kanchor442"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;Autonumberhash128 calculates the 128-bit hash of the combined input and it is make complex key where as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&amp;nbsp;&amp;nbsp; Autonumberhash256 calculates the 256-bit hash of the key used in the function and Both returns the integer keys.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 19:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash-fun/m-p/726572#M1051512</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-29T19:29:05Z</dc:date>
    </item>
  </channel>
</rss>

