<?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: Matching field value from another table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Matching-field-value-from-another-table/m-p/101123#M762812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hi, I already tried this yesterday night, tried this again today and it worked!! &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;!! Thanks man!! &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2018 06:38:56 GMT</pubDate>
    <dc:creator>prat1507</dc:creator>
    <dc:date>2018-08-03T06:38:56Z</dc:date>
    <item>
      <title>Matching field value from another table</title>
      <link>https://community.qlik.com/t5/QlikView/Matching-field-value-from-another-table/m-p/101120#M762809</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;Lets say I have two tables as below;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Col1 &lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Col2, Col3&lt;/P&gt;&lt;P&gt;A,10&lt;/P&gt;&lt;P&gt;A,20&lt;/P&gt;&lt;P&gt;B,30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above two tables are not linked. Please don't make any changes. I want to show a straight table like below;&lt;/P&gt;&lt;P&gt;Col1 Sum.Col3&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&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/Matching-field-value-from-another-table/m-p/101120#M762809</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Matching field value from another table</title>
      <link>https://community.qlik.com/t5/QlikView/Matching-field-value-from-another-table/m-p/101121#M762810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratyush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qvex.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209757_qvex.jpg" style="height: 104px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;execute with this script ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Col1&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;noconcatenate LOAD * INLINE[&lt;/P&gt;&lt;P&gt;Col2, Col3&lt;/P&gt;&lt;P&gt;A,10&lt;/P&gt;&lt;P&gt;A,20&lt;/P&gt;&lt;P&gt;B,30&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP_Col:&lt;/P&gt;&lt;P&gt;Mapping LOAD Col2,&lt;/P&gt;&lt;P&gt;Sum(Col3)&lt;/P&gt;&lt;P&gt;resident table2&lt;/P&gt;&lt;P&gt;group by Col2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD Col1,&lt;/P&gt;&lt;P&gt;ApplyMap('MAP_Col',Col1,'0') as Col3&lt;/P&gt;&lt;P&gt;resident table1;&lt;/P&gt;&lt;P&gt;drop table table1;&lt;/P&gt;&lt;P&gt;drop table table2; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 20:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Matching-field-value-from-another-table/m-p/101121#M762810</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2018-08-02T20:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Matching field value from another table</title>
      <link>https://community.qlik.com/t5/QlikView/Matching-field-value-from-another-table/m-p/101122#M762811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209749_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 20:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Matching-field-value-from-another-table/m-p/101122#M762811</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-02T20:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Matching field value from another table</title>
      <link>https://community.qlik.com/t5/QlikView/Matching-field-value-from-another-table/m-p/101123#M762812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hi, I already tried this yesterday night, tried this again today and it worked!! &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;!! Thanks man!! &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 06:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Matching-field-value-from-another-table/m-p/101123#M762812</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2018-08-03T06:38:56Z</dc:date>
    </item>
  </channel>
</rss>

