<?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 Difference between autonumberhash128,autonumberhash256 and autonumber in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-autonumberhash128-autonumberhash256-and/m-p/417667#M155328</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;What is the difference between autonumberhash128,autonumberhash256 and autonumber functions?&lt;/P&gt;&lt;P&gt;As per the help it is given the same definition for all the three functions. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; This function can be used e.g. for creating a compact memory representation of a complex key.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share your inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2012 15:55:56 GMT</pubDate>
    <dc:creator>brindlogcool</dc:creator>
    <dc:date>2012-12-07T15:55:56Z</dc:date>
    <item>
      <title>Difference between autonumberhash128,autonumberhash256 and autonumber</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-autonumberhash128-autonumberhash256-and/m-p/417667#M155328</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;What is the difference between autonumberhash128,autonumberhash256 and autonumber functions?&lt;/P&gt;&lt;P&gt;As per the help it is given the same definition for all the three functions. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; This function can be used e.g. for creating a compact memory representation of a complex key.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share your inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 15:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-autonumberhash128-autonumberhash256-and/m-p/417667#M155328</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2012-12-07T15:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between autonumberhash128,autonumberhash256 and autonumber</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-autonumberhash128-autonumberhash256-and/m-p/417668#M155329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Autonumber needs one expression as input and autonumberhashXXX can handle more inputs. So you'd use autonumber(Field1&amp;amp;Field2&amp;amp;Field3) which needs to calculate the concatenation of Field1,-2 and -3 first. Autonumberhash can take more inputs: autonumberhash128(Field1, Field2, Field3). More importantly the autonumberhash are likely more efficient in determining if the combined inputs have already been encountered or are encountered for the first time. So they are probably faster in calculating the unique integer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 20:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-autonumberhash128-autonumberhash256-and/m-p/417668#M155329</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-07T20:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between autonumberhash128,autonumberhash256 and autonumber</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-autonumberhash128-autonumberhash256-and/m-p/417669#M155330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the statement - but what's then the difference between AutoNumberHash128 and AutoNumberHash256&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best, Marlies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 12:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-autonumberhash128-autonumberhash256-and/m-p/417669#M155330</guid>
      <dc:creator>schurter</dc:creator>
      <dc:date>2017-03-27T12:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between autonumberhash128,autonumberhash256 and autonumber</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-autonumberhash128-autonumberhash256-and/m-p/417670#M155331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marlies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the hash function maps data of arbitrary size to data of fixed size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference between Hash128 and Hash256 is just the fixed size of the output range values, i.e. Hash256 allows more distinct values to map to, fewer collisions (input mapped to same output value).&lt;/P&gt;&lt;P&gt;But it will also consume more memory to store the hash values (but since these values are then Autonumber'ed, it doesn't really matter).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 13:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-autonumberhash128-autonumberhash256-and/m-p/417670#M155331</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-03-27T13:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between autonumberhash128,autonumberhash256 and autonumber</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-autonumberhash128-autonumberhash256-and/m-p/417671#M155332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan, OK, thank for the answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best, Marlies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 13:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-autonumberhash128-autonumberhash256-and/m-p/417671#M155332</guid>
      <dc:creator>schurter</dc:creator>
      <dc:date>2017-03-27T13:39:56Z</dc:date>
    </item>
  </channel>
</rss>

