<?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: Joining Three table with different column name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joining-Three-table-with-different-column-name/m-p/1457386#M797093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What info does Category_mapping , Product_mapping in tablec&amp;nbsp; contain ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jan 2018 10:16:59 GMT</pubDate>
    <dc:creator>qliksus</dc:creator>
    <dc:date>2018-01-02T10:16:59Z</dc:date>
    <item>
      <title>Joining Three table with different column name</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Three-table-with-different-column-name/m-p/1457383#M797090</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;Can I join three different table having different column name? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know if i have same column name then Qlikview automatically joins them. But my requirement is bit different. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;senario - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table A - this table contains aggregated data based on categoryID. columns ( &lt;SPAN style="font-size: 13.3333px;"&gt;categoryID,&lt;SPAN style="font-size: 13.3333px;"&gt;categoryName,Sales,TotalCount)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Table B - This table contains Product Information like - ProductID,ProductPrice,ProductSize.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Table C - This Tabls Contains mapping information with two column &lt;SPAN style="font-size: 13.3333px;"&gt;categoryID_Mapping and &lt;SPAN style="font-size: 13.3333px;"&gt;ProductID_Mapping&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I am modifying existing application which has Table A present and written complex macros on this. I need to display product level information including aggregated data. Is there any way to join this three table?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks in advance. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Three-table-with-different-column-name/m-p/1457383#M797090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Three table with different column name</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Three-table-with-different-column-name/m-p/1457384#M797091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if you just rename the fields in table C that they match categoryID resp. ProductID?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 10:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Three-table-with-different-column-name/m-p/1457384#M797091</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-01-02T10:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Three table with different column name</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Three-table-with-different-column-name/m-p/1457385#M797092</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;You can use alias here. Better change the name of the columns in Table B and Table C to that of the fields present in Table A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example -&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;ProductID as &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;ProductID_mapping&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;categoryID_Mapping as &lt;SPAN style="font-size: 13.3333px;"&gt;categoryID&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 10:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Three-table-with-different-column-name/m-p/1457385#M797092</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2018-01-02T10:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Three table with different column name</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Three-table-with-different-column-name/m-p/1457386#M797093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What info does Category_mapping , Product_mapping in tablec&amp;nbsp; contain ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 10:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Three-table-with-different-column-name/m-p/1457386#M797093</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2018-01-02T10:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Three table with different column name</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Three-table-with-different-column-name/m-p/1457387#M797094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sagar,&lt;/P&gt;&lt;P&gt;I don`t think it is correct to Join Table B with A ( as per the mentioned Fields) .&amp;nbsp; &lt;/P&gt;&lt;P&gt;You wont get product level sales breakdown&amp;nbsp; if you Join these two tables based on CATEGORY ID which is higher level than Product ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex output:&lt;/P&gt;&lt;P&gt;Prod ID , CatID,Sales&lt;/P&gt;&lt;P&gt;A1,Mobiles,100&lt;/P&gt;&lt;P&gt;B1,Mobiles,100&lt;/P&gt;&lt;P&gt;C1,Mobiles,100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sales values will be repeated for every product under that category. check once&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 10:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Three-table-with-different-column-name/m-p/1457387#M797094</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2018-01-02T10:33:23Z</dc:date>
    </item>
  </channel>
</rss>

