<?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 Link Table Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-Table-Script/m-p/639164#M1088291</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;I had 4 different tables in which 4 fields are common in all the tables .So now i joined all the 4 tables and a synthetic table is formed due to that common fields.So How to create a link table for that 4 fields. Can any one please suggest me by using steps to create link table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2014 10:31:14 GMT</pubDate>
    <dc:creator>polisetti</dc:creator>
    <dc:date>2014-06-04T10:31:14Z</dc:date>
    <item>
      <title>Link Table Script</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table-Script/m-p/639164#M1088291</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;I had 4 different tables in which 4 fields are common in all the tables .So now i joined all the 4 tables and a synthetic table is formed due to that common fields.So How to create a link table for that 4 fields. Can any one please suggest me by using steps to create link table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table-Script/m-p/639164#M1088291</guid>
      <dc:creator>polisetti</dc:creator>
      <dc:date>2014-06-04T10:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Link Table Script</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table-Script/m-p/639165#M1088292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this discussion: &lt;A href="https://community.qlik.com/message/410593"&gt;Re: How do I get rid of $Syn table..how to create a link table..Please help&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table-Script/m-p/639165#M1088292</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-04T10:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Link Table Script</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table-Script/m-p/639166#M1088293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the small example for the Link table creation by below script here are two tables one is Sales, Budget by the use of this tables create the link table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;LOAD Year&amp;amp;'_'&amp;amp;Month&amp;amp;'_'&amp;amp;[Customer Number] as Key,[Sale Amt],Year,Month;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, Month, Customer Number,Sale Amt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013, 4,A,15874&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014, 5,B,12569];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Budget:&lt;/P&gt;&lt;P&gt;LOAD Year&amp;amp;'_'&amp;amp;Month&amp;amp;'_'&amp;amp;[Customer Number] as Key,[Budget Amt],Year,Month;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, Month, Customer Number,Budget Amt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013, 4,A,45000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014, 5,B,46000];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LinkTable:&lt;/P&gt;&lt;P&gt;LOAD Key,Year as YEAR,Month as MONTH Resident Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Key,Year AS YEAR,Month AS MONTH Resident Budget;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Fields Year,Month;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table-Script/m-p/639166#M1088293</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-04T10:56:16Z</dc:date>
    </item>
  </channel>
</rss>

