<?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 Create a table from 2 source tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-table-from-2-source-tables/m-p/251502#M1206949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very new to QlikView.&lt;/P&gt;&lt;P&gt;I am getting an error saying "Field not found - &amp;lt;NHT_Full_Name&amp;gt;" in the Matched_Data function. How do I incorporate the NHT_Table column in the Matched_Data function? I tried to add the NHT_Table in the resident list and it is another error. [:(]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;H_Table:&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD H_Entry_Status,&lt;/P&gt;&lt;P&gt;H_Name,&lt;/P&gt;&lt;P&gt;H_Family&amp;amp;'-Family' as Prod_Family,&lt;/P&gt;&lt;P&gt;H_Product&amp;amp;'-Product' as Product,&lt;/P&gt;&lt;P&gt;H_CSP,&lt;/P&gt;&lt;P&gt;H_Region as H_RegionGMA,&lt;/P&gt;&lt;P&gt;upper(H_Country) as Country&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;NHT_Match.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Sheet2$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NHT_Table:&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD NHT_Hire_ID,&lt;/P&gt;&lt;P&gt;NHT_Prod_Family as Prod_Family,&lt;/P&gt;&lt;P&gt;NHT_Prod as Product,&lt;/P&gt;&lt;P&gt;NHT_First_Name,&lt;/P&gt;&lt;P&gt;NHT_Last_Name,&lt;/P&gt;&lt;P&gt;NHT_First_Name&amp;amp;' '&amp;amp;NHT_Last_Name as NHT_Full_Name,&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;NHT_Match.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Sheet1$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matched_Data:&lt;/P&gt;&lt;P&gt;load H_Name as Matched_Name,&lt;/P&gt;&lt;P&gt;Prod_Division, Prod_Group, Prod_Family, Product&lt;/P&gt;&lt;P&gt;resident H_Table&lt;/P&gt;&lt;P&gt;where exists (H_Name,NHT_Full_Name);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Apr 2010 15:28:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-15T15:28:18Z</dc:date>
    <item>
      <title>Create a table from 2 source tables</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-table-from-2-source-tables/m-p/251502#M1206949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very new to QlikView.&lt;/P&gt;&lt;P&gt;I am getting an error saying "Field not found - &amp;lt;NHT_Full_Name&amp;gt;" in the Matched_Data function. How do I incorporate the NHT_Table column in the Matched_Data function? I tried to add the NHT_Table in the resident list and it is another error. [:(]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;H_Table:&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD H_Entry_Status,&lt;/P&gt;&lt;P&gt;H_Name,&lt;/P&gt;&lt;P&gt;H_Family&amp;amp;'-Family' as Prod_Family,&lt;/P&gt;&lt;P&gt;H_Product&amp;amp;'-Product' as Product,&lt;/P&gt;&lt;P&gt;H_CSP,&lt;/P&gt;&lt;P&gt;H_Region as H_RegionGMA,&lt;/P&gt;&lt;P&gt;upper(H_Country) as Country&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;NHT_Match.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Sheet2$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NHT_Table:&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD NHT_Hire_ID,&lt;/P&gt;&lt;P&gt;NHT_Prod_Family as Prod_Family,&lt;/P&gt;&lt;P&gt;NHT_Prod as Product,&lt;/P&gt;&lt;P&gt;NHT_First_Name,&lt;/P&gt;&lt;P&gt;NHT_Last_Name,&lt;/P&gt;&lt;P&gt;NHT_First_Name&amp;amp;' '&amp;amp;NHT_Last_Name as NHT_Full_Name,&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;NHT_Match.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Sheet1$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matched_Data:&lt;/P&gt;&lt;P&gt;load H_Name as Matched_Name,&lt;/P&gt;&lt;P&gt;Prod_Division, Prod_Group, Prod_Family, Product&lt;/P&gt;&lt;P&gt;resident H_Table&lt;/P&gt;&lt;P&gt;where exists (H_Name,NHT_Full_Name);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 15:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-table-from-2-source-tables/m-p/251502#M1206949</guid>
      <dc:creator />
      <dc:date>2010-04-15T15:28:18Z</dc:date>
    </item>
    <item>
      <title>Create a table from 2 source tables</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-table-from-2-source-tables/m-p/251503#M1206950</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;The APi for Exist function is as follows&lt;/P&gt;&lt;P&gt;exists( field [ , expr ] )&lt;/P&gt;&lt;P&gt;So try to swich arguments for Exists function, i.e. &lt;B&gt;exists(NHT_Full_Name, H_Name)&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Darius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 15:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-table-from-2-source-tables/m-p/251503#M1206950</guid>
      <dc:creator>d_pranskus</dc:creator>
      <dc:date>2010-04-15T15:41:16Z</dc:date>
    </item>
  </channel>
</rss>

