<?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? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/707997#M1051754</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;Check this&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/289359#289359"&gt;http://community.qlik.com/message/289359#289359&lt;/A&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>Tue, 28 Oct 2014 05:17:32 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-10-28T05:17:32Z</dc:date>
    <item>
      <title>autonumberhash?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/707996#M1051753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone explain&amp;nbsp; examples with autonumberhash128,autonumberhash256,?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls i have seen in help but i was not clear with that ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 03:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/707996#M1051753</guid>
      <dc:creator />
      <dc:date>2014-10-28T03:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: autonumberhash?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/707997#M1051754</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;Check this&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/289359#289359"&gt;http://community.qlik.com/message/289359#289359&lt;/A&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>Tue, 28 Oct 2014 05:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/707997#M1051754</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-28T05:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: autonumberhash?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/707998#M1051755</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;Autonumberhas128() &amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;autonumberhash256 &lt;/SPAN&gt;will encrypt the data into some other values, sometimes this functions are used to generate the key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/707998#M1051755</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-28T05:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: autonumberhash?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/707999#M1051756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u give small example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 02:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/707999#M1051756</guid>
      <dc:creator />
      <dc:date>2014-10-29T02:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: autonumberhash?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708000#M1051757</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;AutoNumberHash256(Country, City) AS CountryCityID,&lt;/P&gt;&lt;P&gt;Country ,&lt;/P&gt;&lt;P&gt;City&lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;Country, City&lt;/P&gt;&lt;P&gt;India, Mumbai&lt;/P&gt;&lt;P&gt;UK, London&lt;/P&gt;&lt;P&gt;USA, Newyork&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above script based on Country and City we are generating a key field.&amp;nbsp; Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 02:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708000#M1051757</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-29T02:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: autonumberhash?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708001#M1051758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got the answer please close this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 06:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708001#M1051758</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-29T06:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: autonumberhash?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708002#M1051759</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;here we have autonumberhash128(),autonumberhash256()&lt;/P&gt;&lt;P&gt;but in which situation we can use autonumberhash128() and which situation we can use autonumberhash256()&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>Wed, 29 Oct 2014 06:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708002#M1051759</guid>
      <dc:creator />
      <dc:date>2014-10-29T06:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: autonumberhash?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708003#M1051760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hash functions in QlikView&lt;/P&gt;&lt;P style="margin-bottom: 0.5em; padding: 0 1em 1em 0; color: #111111; font-family: Helvetica, Arial, sans-serif; text-align: justify;"&gt;In QlikView, the following hash functions are available:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Hash128()&lt;/STRONG&gt;: a 128 bit hash function that returns a 22 character string.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Hash160()&lt;/STRONG&gt;: a 160 bit hash function that returns 27 character string.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Hash256()&lt;/STRONG&gt;: a 256 bit hash function that returns a 43 character string.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-bottom: 0.5em; padding: 0 1em 1em 0; color: #111111; font-family: Helvetica, Arial, sans-serif; text-align: justify;"&gt;The number of bits determines the &lt;STRONG&gt;output range&lt;/STRONG&gt; of the function. A 128 bit hash can store 2^128 (or, 340.282.366.920.938.000.000.000.000.000.000.000.000) different combinations. 160 and 256 bit can store even more combinations (2^160 and 2^256 respectively).&lt;/P&gt;&lt;P style="margin-bottom: 0.5em; padding: 0 1em 1em 0; color: #111111; font-family: Helvetica, Arial, sans-serif; text-align: justify;"&gt;Besides these functions, QlikView also has the &lt;STRONG&gt;AutoNumberHash128()&lt;/STRONG&gt; and &lt;STRONG&gt;AutoNumberHash256()&lt;/STRONG&gt;functions. These functions basically take the output of the &lt;STRONG&gt;Hash128()&lt;/STRONG&gt; and &lt;STRONG&gt;Hash256()&lt;/STRONG&gt; function and passes it through the &lt;STRONG&gt;AutoNumber()&lt;/STRONG&gt; function. While I think they have a nicer syntax than the regular&lt;STRONG&gt;AutoNumber()&lt;/STRONG&gt;, you can supply a comma-separated list of fields instead of a concatenated string, the usefulness of these functions eludes me.&lt;/P&gt;&lt;P style="margin-bottom: 0.5em; padding: 0 1em 1em 0; color: #111111; font-family: Helvetica, Arial, sans-serif; text-align: justify;"&gt;Regards,&lt;/P&gt;&lt;P style="margin-bottom: 0.5em; padding: 0 1em 1em 0; color: #111111; font-family: Helvetica, Arial, sans-serif; text-align: justify;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 06:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708003#M1051760</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-29T06:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: autonumberhash?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708004#M1051761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;QlikView hash functions and collisions - The Qlik Fix! The Qlik Fix!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above post is part of this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 06:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708004#M1051761</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-29T06:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: autonumberhash?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708005#M1051762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pivot x-axis scroll bar need to create how? is it possible in pivot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 06:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708005#M1051762</guid>
      <dc:creator />
      <dc:date>2014-10-29T06:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: autonumberhash?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708006#M1051763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi if you have many expression. &lt;/P&gt;&lt;P&gt;Scroll is by default available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not try by resizing. &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 07:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708006#M1051763</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-29T07:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: autonumberhash?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708007#M1051764</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;Scroll bars comes by default if you have more expressions or if the expression width is more than the actual table width.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you got the answer please close this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 07:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708007#M1051764</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-29T07:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: autonumberhash?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708008#M1051765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure. i have three expression but i am getting scroll bar right side of the object, thats ok i want it in down means x-axis , i got in y-axis &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 07:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708008#M1051765</guid>
      <dc:creator />
      <dc:date>2014-10-29T07:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: autonumberhash?</title>
      <link>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708009#M1051766</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;If you have more rows then you will get the scrollbar downwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 07:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumberhash/m-p/708009#M1051766</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-29T07:17:35Z</dc:date>
    </item>
  </channel>
</rss>

