<?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 filtering using fields from another table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-data-filtering-using-fields-from-another-table/m-p/438471#M694907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/jeffmartins" id="jive-5829323810180853196219" style="background-color: #ffffff; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;jeffmartins&lt;/A&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jun 2013 11:37:34 GMT</pubDate>
    <dc:creator>MarcoARaymundo</dc:creator>
    <dc:date>2013-06-05T11:37:34Z</dc:date>
    <item>
      <title>Load data filtering using fields from another table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-filtering-using-fields-from-another-table/m-p/438469#M694905</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 two tables: A and B. I want something like: &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Select * From A Where A.DTIN&amp;nbsp; &amp;gt; B.DTCK&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can do this in Qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 20:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-filtering-using-fields-from-another-table/m-p/438469#M694905</guid>
      <dc:creator>MarcoARaymundo</dc:creator>
      <dc:date>2013-06-04T20:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load data filtering using fields from another table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-filtering-using-fields-from-another-table/m-p/438470#M694906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="font-color-meta" style="background-color: #ffffff; font-size: 1.2em; padding: 0 0 5px; color: #636363; font-family: Arial;"&gt;&lt;SPAN class="replyToName" style="font-size: 14px;"&gt;thechacal&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, you need to create a temporary table joining the tables A and B to get the fields DTIN and DTCK on the same table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, you can create an other table to filter the values using the where clause DTIN &amp;gt; DTCK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code would be similar the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmp:&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;Select * From A;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(tmp)&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;Select * From B;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident tmp&lt;/P&gt;&lt;P&gt;Where DTIN &amp;gt; DTCK;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you&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 Jun 2013 03:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-filtering-using-fields-from-another-table/m-p/438470#M694906</guid>
      <dc:creator>jeffmartins</dc:creator>
      <dc:date>2013-06-05T03:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load data filtering using fields from another table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-filtering-using-fields-from-another-table/m-p/438471#M694907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/jeffmartins" id="jive-5829323810180853196219" style="background-color: #ffffff; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;jeffmartins&lt;/A&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 11:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-filtering-using-fields-from-another-table/m-p/438471#M694907</guid>
      <dc:creator>MarcoARaymundo</dc:creator>
      <dc:date>2013-06-05T11:37:34Z</dc:date>
    </item>
  </channel>
</rss>

