<?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 Joining two resident tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joining-two-resident-tables/m-p/151120#M29034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tow tables with information of which I want to multiply a value from table 1 with a value from table 2 and store it in table 3.&lt;/P&gt;&lt;P&gt;First table&lt;BR /&gt;%ITM ,&lt;BR /&gt;TTYPE,&lt;BR /&gt;TQTY&lt;/P&gt;&lt;P&gt;Second table&lt;/P&gt;&lt;P&gt;DOCO,&lt;BR /&gt;%ITM,&lt;BR /&gt;QTY&lt;/P&gt;&lt;P&gt;I want to multiply QTY with TQTY and store this in a third table&lt;/P&gt;&lt;P&gt;table 3&lt;/P&gt;&lt;P&gt;DOCO,&lt;BR /&gt;SERVICE,&lt;BR /&gt;SCOST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second.DOCO = DOCO&lt;BR /&gt;first.TTYPE = SERVICE&lt;BR /&gt;TQTY.QTY = SCOST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know how to load info from 2 resident tables.&lt;/P&gt;&lt;P&gt;Who can help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Aug 2009 20:56:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-05T20:56:26Z</dc:date>
    <item>
      <title>Joining two resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-resident-tables/m-p/151120#M29034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tow tables with information of which I want to multiply a value from table 1 with a value from table 2 and store it in table 3.&lt;/P&gt;&lt;P&gt;First table&lt;BR /&gt;%ITM ,&lt;BR /&gt;TTYPE,&lt;BR /&gt;TQTY&lt;/P&gt;&lt;P&gt;Second table&lt;/P&gt;&lt;P&gt;DOCO,&lt;BR /&gt;%ITM,&lt;BR /&gt;QTY&lt;/P&gt;&lt;P&gt;I want to multiply QTY with TQTY and store this in a third table&lt;/P&gt;&lt;P&gt;table 3&lt;/P&gt;&lt;P&gt;DOCO,&lt;BR /&gt;SERVICE,&lt;BR /&gt;SCOST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second.DOCO = DOCO&lt;BR /&gt;first.TTYPE = SERVICE&lt;BR /&gt;TQTY.QTY = SCOST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know how to load info from 2 resident tables.&lt;/P&gt;&lt;P&gt;Who can help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 20:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-resident-tables/m-p/151120#M29034</guid>
      <dc:creator />
      <dc:date>2009-08-05T20:56:26Z</dc:date>
    </item>
    <item>
      <title>Joining two resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-resident-tables/m-p/151121#M29035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First:&lt;/P&gt;&lt;P&gt;Load %ITM,&lt;/P&gt;&lt;P&gt;TTYPE as SERVICE,&lt;/P&gt;&lt;P&gt;TQTY from FirstTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join(First)&lt;/P&gt;&lt;P&gt;load %ITM,&lt;/P&gt;&lt;P&gt;DOCO,&lt;/P&gt;&lt;P&gt;QTY&lt;/P&gt;&lt;P&gt;from secondTable;&lt;/P&gt;&lt;P&gt;Table3::&lt;/P&gt;&lt;P&gt;load DOCO,&lt;/P&gt;&lt;P&gt;SERVICE,&lt;/P&gt;&lt;P&gt;TQTY * QTY as SCOST&lt;/P&gt;&lt;P&gt;resident first;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that helps ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 22:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-resident-tables/m-p/151121#M29035</guid>
      <dc:creator />
      <dc:date>2009-08-05T22:36:15Z</dc:date>
    </item>
    <item>
      <title>Joining two resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-resident-tables/m-p/151122#M29036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the previous solution will works well&lt;/P&gt;&lt;P&gt;You also can do it with apply map :&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/p/16017/62222.aspx#62222"&gt;&lt;STRONG&gt;http://community.qlik.com/forums/p/16017/62222.aspx#62222&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 22:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-resident-tables/m-p/151122#M29036</guid>
      <dc:creator />
      <dc:date>2009-08-05T22:54:08Z</dc:date>
    </item>
  </channel>
</rss>

