<?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: Combining two tables into one in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combining-two-tables-into-one/m-p/604659#M1103880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to load your table like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Complaints:&lt;/P&gt;&lt;P&gt;Load Fields from Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right Join(Complaints) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New_Prod:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Item No] as [Part Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Item Description], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Effectivity Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Item Type], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Business Unit], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Product Brand]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;S&gt;&lt;/S&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is MST_Items_Released)&lt;/P&gt;&lt;P&gt;WHERE([Item Type] = 'MFG Finished Good' Or [Item Type] = 'PUR Finished Good');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From based on New_Prod table all [Part Number] records are added in to new table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2014 20:27:25 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-04-04T20:27:25Z</dc:date>
    <item>
      <title>Combining two tables into one</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-two-tables-into-one/m-p/604657#M1103878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two tables in my dashboard that I want to join. One table is a list of new product numbers (New_Prod) and the other is a table of complaints (Complaints). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Complaints is created earlier in the load script and used on another sheet. I would like to join these two tables by the Part Number field, so that I get a table that lists only the complaints that match a part number in New_Prod. And I want to attach a couple of the fields to this new table (Business Unit and Product Group).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached the files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 19:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-two-tables-into-one/m-p/604657#M1103878</guid>
      <dc:creator>jmonroe918</dc:creator>
      <dc:date>2014-04-04T19:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Combining two tables into one</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-two-tables-into-one/m-p/604658#M1103879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I understand, you want to have only one table - Complaints.&amp;nbsp; It should have Part Number only which exists in current New_Prod, and it should have Business Unit and Product Brand fields.&lt;BR /&gt;If I got it right, you need replace your New_Prod with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RIGHT JOIN (Compliants)&lt;/STRONG&gt;&lt;BR /&gt;LOAD &lt;BR /&gt; [Item No] as [Part Number], &lt;BR /&gt; [Business Unit], &lt;BR /&gt; [Product Brand]&lt;BR /&gt;FROM&lt;BR /&gt;&lt;S&gt;&lt;BR /&gt;(ooxml, embedded labels, table is MST_Items_Released)&lt;BR /&gt;WHERE([Item Type] = 'MFG Finished Good' Or [Item Type] = 'PUR Finished Good');&lt;/S&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 20:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-two-tables-into-one/m-p/604658#M1103879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-04T20:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Combining two tables into one</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-two-tables-into-one/m-p/604659#M1103880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to load your table like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Complaints:&lt;/P&gt;&lt;P&gt;Load Fields from Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right Join(Complaints) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New_Prod:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Item No] as [Part Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Item Description], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Effectivity Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Item Type], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Business Unit], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Product Brand]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;S&gt;&lt;/S&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is MST_Items_Released)&lt;/P&gt;&lt;P&gt;WHERE([Item Type] = 'MFG Finished Good' Or [Item Type] = 'PUR Finished Good');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From based on New_Prod table all [Part Number] records are added in to new table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 20:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-two-tables-into-one/m-p/604659#M1103880</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-04T20:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Combining two tables into one</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-two-tables-into-one/m-p/604660#M1103881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to leave the original complaints table untouched. Can I give this new table its own name?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 20:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-two-tables-into-one/m-p/604660#M1103881</guid>
      <dc:creator>jmonroe918</dc:creator>
      <dc:date>2014-04-04T20:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Combining two tables into one</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-two-tables-into-one/m-p/604661#M1103882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understood the "join" requirement literally.&amp;nbsp; If now I got right what you need, it is simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;New_Prod:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;RIGHT &lt;STRONG&gt;KEEP&lt;/STRONG&gt; (Complaints)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;lt;and the rest is the same as in my previous reply&amp;gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You get the Complaints table as it was but containing only the records where Part Number matches values in the New_Prod.&amp;nbsp; New_Prod itself is a separate table here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2014 13:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-two-tables-into-one/m-p/604661#M1103882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-05T13:14:57Z</dc:date>
    </item>
  </channel>
</rss>

