<?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: Linking tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linking-tables/m-p/592433#M1102991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use applymap. something like below in your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mappingtable:&lt;/P&gt;&lt;P&gt;mapping load ID, Name from [Product 1 table file];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ProductTable:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; applymap('mappingtable', ProductNameID) as ProductName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc.&lt;/P&gt;&lt;P&gt;from [/*your file name*/];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2014 14:08:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-02T14:08:47Z</dc:date>
    <item>
      <title>Linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-tables/m-p/592431#M1102989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two tables "Product" and "Product Name" at first I keep ProductNameID and other fields, in the second I keep only the name and ID. How to do that in the "Product" to display the name of the table "product name"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Product:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ProductNameID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Else&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;abc&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;456&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;def&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Product Name:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Product 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;456&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Product 2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 14:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-tables/m-p/592431#M1102989</guid>
      <dc:creator />
      <dc:date>2014-04-02T14:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-tables/m-p/592432#M1102990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The tables will be linked by ID since both tables have that field. But you probably want to rename the ID field from the second table to ProductNameID. In the front end you can create chart objects like a table box and use the Name field to show the Name of the product that belongs to the ID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 14:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-tables/m-p/592432#M1102990</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-02T14:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-tables/m-p/592433#M1102991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use applymap. something like below in your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mappingtable:&lt;/P&gt;&lt;P&gt;mapping load ID, Name from [Product 1 table file];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ProductTable:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; applymap('mappingtable', ProductNameID) as ProductName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc.&lt;/P&gt;&lt;P&gt;from [/*your file name*/];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 14:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-tables/m-p/592433#M1102991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-02T14:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-tables/m-p/592434#M1102992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should just change the "ID" Column name in the "Table Producto Name" for "ProductNameID" that you use in the "Table Product".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that Qlikview links tables automatically when one column name is exactly the same in different tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryuma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 14:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-tables/m-p/592434#M1102992</guid>
      <dc:creator />
      <dc:date>2014-04-02T14:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-tables/m-p/592435#M1102993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I ask for an example in *.qvw, just starting the adventure with QlikView&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 14:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-tables/m-p/592435#M1102993</guid>
      <dc:creator />
      <dc:date>2014-04-02T14:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-tables/m-p/592436#M1102994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 14:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-tables/m-p/592436#M1102994</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-02T14:16:56Z</dc:date>
    </item>
  </channel>
</rss>

