<?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: Autonumberhash128 and Autonumberhash256 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Autonumberhash128-and-Autonumberhash256/m-p/1064934#M356134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk dis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor443"&gt;&lt;/A&gt;&lt;A name="autonumber"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;autonumber&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression[ , AutoID]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns a unique integer value for each distinct evaluated value of &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; encountered during the script execution. This function can be used e.g. for creating a compact memory representation of a complex key. &lt;/P&gt;&lt;P&gt;In order to create multiple counter instances if the &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;autonumber&lt;/SPAN&gt; function is used on different keys within the script, an optional parameter &lt;SPAN class="Italic"&gt;AutoID&lt;/SPAN&gt; can be used for naming each counter. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;autonumber&lt;/SPAN&gt;( Region&amp;amp;Year&amp;amp;Month )&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;autonumber&lt;/SPAN&gt;( Region&amp;amp;Year&amp;amp;Month, 'Ctr1' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor444"&gt;&lt;/A&gt;&lt;A name="autonumberhash128"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;autonumberhash128(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression {, expression}&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Calculates a 128-bit hash of the combined input expression values and the returns a unique integer value for each distinct hash value encountered during the script execution. This function can be used e.g. for creating a compact memory representation of a complex key. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;autonumberhash128 ( Region, Year, Month )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor445"&gt;&lt;/A&gt;&lt;A name="Autonumberhash256"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;autonumberhash256(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression {, expression}&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Calculates a 256-bit hash of the combined input expression values and returns a unique integer value for each distinct hash value encountered during the script execution. This function can be used e.g. for creating a compact memory representation of a complex key. This function is only available as a script function. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;Autonumberhash256 ( Region, Year, Month )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2016 12:13:02 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2016-05-04T12:13:02Z</dc:date>
    <item>
      <title>Autonumberhash128 and Autonumberhash256</title>
      <link>https://community.qlik.com/t5/QlikView/Autonumberhash128-and-Autonumberhash256/m-p/1064933#M356133</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;Can anyone please explain the difference between autonumberhash128 and autonumberhash256. I have gone through many posts but unable to find out the exact difference between them and under what conditions/scenarios should one go for Autonumberhash128 and Autonumberhash256. &lt;/P&gt;&lt;P&gt;It would be great if someone could explain the exact difference between autonumber, autonumberhash128 and autonumberhash256 and also real scenarios wherein we can implement each one of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 13:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Autonumberhash128-and-Autonumberhash256/m-p/1064933#M356133</guid>
      <dc:creator>riyazasma1009</dc:creator>
      <dc:date>2016-05-03T13:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Autonumberhash128 and Autonumberhash256</title>
      <link>https://community.qlik.com/t5/QlikView/Autonumberhash128-and-Autonumberhash256/m-p/1064934#M356134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk dis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor443"&gt;&lt;/A&gt;&lt;A name="autonumber"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;autonumber&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression[ , AutoID]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns a unique integer value for each distinct evaluated value of &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; encountered during the script execution. This function can be used e.g. for creating a compact memory representation of a complex key. &lt;/P&gt;&lt;P&gt;In order to create multiple counter instances if the &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;autonumber&lt;/SPAN&gt; function is used on different keys within the script, an optional parameter &lt;SPAN class="Italic"&gt;AutoID&lt;/SPAN&gt; can be used for naming each counter. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;autonumber&lt;/SPAN&gt;( Region&amp;amp;Year&amp;amp;Month )&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;autonumber&lt;/SPAN&gt;( Region&amp;amp;Year&amp;amp;Month, 'Ctr1' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor444"&gt;&lt;/A&gt;&lt;A name="autonumberhash128"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;autonumberhash128(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression {, expression}&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Calculates a 128-bit hash of the combined input expression values and the returns a unique integer value for each distinct hash value encountered during the script execution. This function can be used e.g. for creating a compact memory representation of a complex key. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;autonumberhash128 ( Region, Year, Month )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor445"&gt;&lt;/A&gt;&lt;A name="Autonumberhash256"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;autonumberhash256(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression {, expression}&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Calculates a 256-bit hash of the combined input expression values and returns a unique integer value for each distinct hash value encountered during the script execution. This function can be used e.g. for creating a compact memory representation of a complex key. This function is only available as a script function. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;Autonumberhash256 ( Region, Year, Month )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 12:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Autonumberhash128-and-Autonumberhash256/m-p/1064934#M356134</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-05-04T12:13:02Z</dc:date>
    </item>
  </channel>
</rss>

