<?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: Link key question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-key-question/m-p/798648#M1032918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Hash where exactly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jan 2015 19:50:39 GMT</pubDate>
    <dc:creator>AH</dc:creator>
    <dc:date>2015-01-30T19:50:39Z</dc:date>
    <item>
      <title>Link key question</title>
      <link>https://community.qlik.com/t5/QlikView/Link-key-question/m-p/798646#M1032914</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;BR /&gt;If i make a key using couple of fields and some one of the field has Null values in it. Then does that make a good key which will connect the tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 19:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-key-question/m-p/798646#M1032914</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2015-01-30T19:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Link key question</title>
      <link>https://community.qlik.com/t5/QlikView/Link-key-question/m-p/798647#M1032916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use Hash it is not a problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 19:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-key-question/m-p/798647#M1032916</guid>
      <dc:creator>jonasheisterkam</dc:creator>
      <dc:date>2015-01-30T19:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Link key question</title>
      <link>https://community.qlik.com/t5/QlikView/Link-key-question/m-p/798648#M1032918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Hash where exactly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 19:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-key-question/m-p/798648#M1032918</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2015-01-30T19:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Link key question</title>
      <link>https://community.qlik.com/t5/QlikView/Link-key-question/m-p/798649#M1032920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you right that you have tow table wich connects over more then 1 field? Now you look to get a function to build a correct connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Hash256("1KeyPartA","1KeyPartB","1KeyPartC","1KeyPartD") as Key,&lt;/P&gt;&lt;P&gt;"1KeyPartA",&lt;/P&gt;&lt;P&gt;"1KeyPartB",&lt;/P&gt;&lt;P&gt;"1KeyPartC",&lt;/P&gt;&lt;P&gt;"1KeyPartD",&lt;/P&gt;&lt;P&gt;"1Value"&lt;/P&gt;&lt;P&gt;resident Tab1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE2:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Hash256("2KeyPartA","2KeyPartB","2KeyPartC","2KeyPartD") as Key,&lt;/P&gt;&lt;P&gt;"2KeyPartA",&lt;/P&gt;&lt;P&gt;"2KeyPartB",&lt;/P&gt;&lt;P&gt;"2KeyPartC",&lt;/P&gt;&lt;P&gt;"2KeyPartD",&lt;/P&gt;&lt;P&gt;"2Value"&lt;/P&gt;&lt;P&gt;resident Tab2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 20:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-key-question/m-p/798649#M1032920</guid>
      <dc:creator>jonasheisterkam</dc:creator>
      <dc:date>2015-01-30T20:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Link key question</title>
      <link>https://community.qlik.com/t5/QlikView/Link-key-question/m-p/798650#M1032922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonas! Got it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 20:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-key-question/m-p/798650#M1032922</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2015-01-30T20:10:42Z</dc:date>
    </item>
  </channel>
</rss>

