<?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 Tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-Tables/m-p/570740#M1112141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If they are same, you can link them while loading like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;team as Hometeam,&lt;/P&gt;&lt;P&gt;teamvalue&lt;/P&gt;&lt;P&gt;from src2.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Feb 2014 09:13:45 GMT</pubDate>
    <dc:creator>sundarakumar</dc:creator>
    <dc:date>2014-02-26T09:13:45Z</dc:date>
    <item>
      <title>Link Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Tables/m-p/570738#M1112139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with linking tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got one table with columns named: Game-ID;Hometeam;Awayteam;Result. And another table with columns named: Team;Teamvalue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I want, that when I click on a specific Team, for example ManchesterUnited, that all Games are shown where Manchester is either the Hometeam or the Awayteam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment the two tables stand alone in the table viewer. And when I click on Manchester nothing happens &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; How can I link them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 09:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Tables/m-p/570738#M1112139</guid>
      <dc:creator />
      <dc:date>2014-02-26T09:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Link Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Tables/m-p/570739#M1112140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U need some kind of common id field between the tables to link them, is hometeam in table 1 and team in table 2 are same,&lt;/P&gt;&lt;P&gt;if they are same they can be linked by renaming team as hometeam..&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 09:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Tables/m-p/570739#M1112140</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-02-26T09:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Link Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Tables/m-p/570740#M1112141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If they are same, you can link them while loading like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;team as Hometeam,&lt;/P&gt;&lt;P&gt;teamvalue&lt;/P&gt;&lt;P&gt;from src2.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 09:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Tables/m-p/570740#M1112141</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-02-26T09:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Link Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Tables/m-p/570741#M1112142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johannes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how about loading a link table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LINK:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Game-ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hometeam as Team&lt;/P&gt;&lt;P&gt;RESIDENT [fact table];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (LINK)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Game-ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Awayteam as Team&lt;/P&gt;&lt;P&gt;RESIDENT [fact table];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where [fact table] is the previously loaded table containing the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 09:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Tables/m-p/570741#M1112142</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2014-02-26T09:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Link Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Tables/m-p/570742#M1112143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should definitely do what Marcus suggests. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a theoretical perspective, it is the same problem as the one with a &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/02/17/canonical-date"&gt;Canonical Date&lt;/A&gt; - although it is a date in one case and a Team in the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 10:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Tables/m-p/570742#M1112143</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-02-26T10:08:05Z</dc:date>
    </item>
  </channel>
</rss>

