<?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: How to use Hash128 function in resolving synthetic key issue? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-Hash128-function-in-resolving-synthetic-key-issue/m-p/796130#M1050452</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 can use it like below examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Qlikview Help&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor442"&gt;&lt;/A&gt;&lt;A name="autonumberhash128"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&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 class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Note:- Here Region, Year, Month individual table fields.&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Regards&lt;/P&gt;&lt;P class="Code"&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Nov 2014 07:30:56 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-11-10T07:30:56Z</dc:date>
    <item>
      <title>How to use Hash128 function in resolving synthetic key issue?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Hash128-function-in-resolving-synthetic-key-issue/m-p/796128#M1050448</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;How to use Hash128 function in resolving synthetic key issue?&lt;/P&gt;&lt;P&gt;Please give an example. It would be great if provide a sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 07:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Hash128-function-in-resolving-synthetic-key-issue/m-p/796128#M1050448</guid>
      <dc:creator />
      <dc:date>2014-11-10T07:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Hash128 function in resolving synthetic key issue?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Hash128-function-in-resolving-synthetic-key-issue/m-p/796129#M1050450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;insead of creating composit key like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field1 and filed2 and field3 as key&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; go with hash128&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;autonumberhash128(field1,field2,field3) as key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 07:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Hash128-function-in-resolving-synthetic-key-issue/m-p/796129#M1050450</guid>
      <dc:creator />
      <dc:date>2014-11-10T07:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Hash128 function in resolving synthetic key issue?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Hash128-function-in-resolving-synthetic-key-issue/m-p/796130#M1050452</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 can use it like below examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Qlikview Help&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor442"&gt;&lt;/A&gt;&lt;A name="autonumberhash128"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&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 class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Note:- Here Region, Year, Month individual table fields.&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Regards&lt;/P&gt;&lt;P class="Code"&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 07:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Hash128-function-in-resolving-synthetic-key-issue/m-p/796130#M1050452</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-10T07:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Hash128 function in resolving synthetic key issue?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Hash128-function-in-resolving-synthetic-key-issue/m-p/796131#M1050454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have to create composite key just create a composite key using of autonumber function bcoz it is a optimization technique.it will give good performance while loading the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Autonumberhash(field1,field2,field3) as Key_Field (or)&lt;/P&gt;&lt;P&gt;Autonumberhash128(field1,field2,field3) as Key_Field (or)&lt;/P&gt;&lt;P&gt;Autonumberhash256(field1,field2,field3) as Key_Field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 07:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Hash128-function-in-resolving-synthetic-key-issue/m-p/796131#M1050454</guid>
      <dc:creator />
      <dc:date>2014-11-10T07:45:53Z</dc:date>
    </item>
  </channel>
</rss>

