<?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: How to asociate 2 tables with different columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-asociate-2-tables-with-different-columns/m-p/1591217#M737971</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Not sure exactly what you are trying to achieve, but you could use a preceding load to create copies of column1 &amp;amp; column2 with the same name, so;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Table1:
Load *, column1 as LINK;
LOAD * INLINE [
column1
1,
2,
3 
];

Table2:
Load *, column2 as LINK;
LOAD * INLINE [
column2
1, 
2, 
3
];&lt;/LI-CODE&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2019 18:50:21 GMT</pubDate>
    <dc:creator>chrismarlow</dc:creator>
    <dc:date>2019-06-12T18:50:21Z</dc:date>
    <item>
      <title>How to asociate 2 tables with different columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-asociate-2-tables-with-different-columns/m-p/1591047#M737970</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I wanted to learn how can i combine just 2 ids of two different having same data.example below;&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;column1&lt;BR /&gt;1,&lt;BR /&gt;2,&lt;BR /&gt;3&amp;nbsp;&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Table2:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;column2&lt;BR /&gt;1,&amp;nbsp;&lt;BR /&gt;2,&amp;nbsp;&lt;BR /&gt;3&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Desired&amp;nbsp; the output:&lt;/P&gt;&lt;P&gt;attached in the file&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-asociate-2-tables-with-different-columns/m-p/1591047#M737970</guid>
      <dc:creator>amruta101</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to asociate 2 tables with different columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-asociate-2-tables-with-different-columns/m-p/1591217#M737971</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Not sure exactly what you are trying to achieve, but you could use a preceding load to create copies of column1 &amp;amp; column2 with the same name, so;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Table1:
Load *, column1 as LINK;
LOAD * INLINE [
column1
1,
2,
3 
];

Table2:
Load *, column2 as LINK;
LOAD * INLINE [
column2
1, 
2, 
3
];&lt;/LI-CODE&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 18:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-asociate-2-tables-with-different-columns/m-p/1591217#M737971</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2019-06-12T18:50:21Z</dc:date>
    </item>
  </channel>
</rss>

