<?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: Load data in table based on value from other tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-data-in-table-based-on-value-from-other-tables/m-p/1171076#M629130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.. I used Exists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I see some strange result. That is, if my "final" table has duplicate rows, by Invoice_id and if this Invoice_id not present in AP_Table....the result I get is only one row and not the duplicate rows in the final table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my requirement I should get both the rows if Invoice_Id is not present in AP_Table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Aug 2016 09:22:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-25T09:22:49Z</dc:date>
    <item>
      <title>Load data in table based on value from other tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-in-table-based-on-value-from-other-tables/m-p/1171073#M629127</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;I have a table to load. The condition to load this table is the particular column's value is not available in previously loaded tables. For example:&lt;BR /&gt;Two previously loaded tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AR_Table:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;ID&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Vendor_Trans_ID&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;AR_Amt&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;V001&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;V002&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;V003&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;V004&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AP_Table:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;ID&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Invoice_Id&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;AP_Amt&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;AP001&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;AP002&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;AP003&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;700&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;AP004&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;800&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to load a final table in which I have Vendor_Trans_Id and Invoice_Id. Condition to load records in this final table is Final_table.Vendor_Trans_Id&amp;lt;&amp;gt; AR_Table.Vendor_Trans_Id and its Final_Table.Invoice_Id&amp;lt;&amp;gt;AP_Table.Invoice_Id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Thu, 25 Aug 2016 08:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-in-table-based-on-value-from-other-tables/m-p/1171073#M629127</guid>
      <dc:creator />
      <dc:date>2016-08-25T08:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load data in table based on value from other tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-in-table-based-on-value-from-other-tables/m-p/1171074#M629128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Not(Exists) function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 08:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-in-table-based-on-value-from-other-tables/m-p/1171074#M629128</guid>
      <dc:creator>squeakie_pig</dc:creator>
      <dc:date>2016-08-25T08:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Load data in table based on value from other tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-in-table-based-on-value-from-other-tables/m-p/1171075#M629129</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;please read this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/170948" title="https://community.qlikview.com/thread/170948"&gt;Not Exists() | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Gomes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 08:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-in-table-based-on-value-from-other-tables/m-p/1171075#M629129</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2016-08-25T08:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Load data in table based on value from other tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-in-table-based-on-value-from-other-tables/m-p/1171076#M629130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.. I used Exists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I see some strange result. That is, if my "final" table has duplicate rows, by Invoice_id and if this Invoice_id not present in AP_Table....the result I get is only one row and not the duplicate rows in the final table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my requirement I should get both the rows if Invoice_Id is not present in AP_Table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 09:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-in-table-based-on-value-from-other-tables/m-p/1171076#M629130</guid>
      <dc:creator />
      <dc:date>2016-08-25T09:22:49Z</dc:date>
    </item>
  </channel>
</rss>

