<?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: Creating a Key with Table Fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117850#M762361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of +, may be you need &amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2018 19:30:15 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-07-23T19:30:15Z</dc:date>
    <item>
      <title>Creating a Key with Table Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117849#M762360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All - we are trying to create a 'key' to use to match two separate tables.&amp;nbsp; The fields we are using have been imported from an SQL source and renamed prior to creating our key.&amp;nbsp; We have tried using both the field name that came from the table, and the renamed fields, but are getting error messages on both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the preferred way to create this key?&amp;nbsp;&amp;nbsp; The key is a string, a date and a number.&amp;nbsp;&amp;nbsp; Please see the script attached.&amp;nbsp; Any suggestions would be welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;George and John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117849#M762360</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Key with Table Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117850#M762361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of +, may be you need &amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 19:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117850#M762361</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-23T19:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Key with Table Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117851#M762363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually you are doing this in SQL... which database are you pulling the data from?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 19:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117851#M762363</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-23T19:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Key with Table Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117852#M762365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pulling the data from an SQL table.&amp;nbsp; The script is within QV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 19:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117852#M762365</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2018-07-23T19:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Key with Table Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117853#M762366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with field names instead of the alias&lt;/P&gt;&lt;P&gt;"EMPE_ID" + "TRAN_DT" + "TRAN_AMT" as "KEY"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 21:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117853#M762366</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2018-07-23T21:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Key with Table Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117854#M762367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the script is in qlikview then you can also use autonumber in order to join the Keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AutoNumber (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EMPE_ID,TRAN_DT,TRAN_AMT"&lt;/SPAN&gt;) as Key .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 00:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117854#M762367</guid>
      <dc:creator>agarwalrits13</dc:creator>
      <dc:date>2018-07-24T00:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Key with Table Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117855#M762368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/gfisch13"&gt;gfisch13&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Can you attach some sample data with 10 rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 02:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117855#M762368</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-07-24T02:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Key with Table Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117856#M762371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If the script is in qlikview then you can also use autonumber in order to join the Keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AutoNumberhash128 (&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;EMPE_ID,TRAN_DT,TRAN_AMT&lt;/SPAN&gt;) as Key or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AutoNumberhash256(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;EMPE_ID,TRAN_DT,TRAN_AMT&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) as Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AutonumberHash process 30% faster than normal autonumber.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 18:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Key-with-Table-Fields/m-p/117856#M762371</guid>
      <dc:creator>agarwalrits13</dc:creator>
      <dc:date>2018-07-24T18:45:13Z</dc:date>
    </item>
  </channel>
</rss>

