<?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 check if a value exits in another table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/check-if-a-value-exits-in-another-table/m-p/272336#M101997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sounds similar to what have been achieved here:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/138549#138549"&gt;http://community.qlik.com/message/138549&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is of any help,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2011 15:53:11 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2011-12-01T15:53:11Z</dc:date>
    <item>
      <title>check if a value exits in another table</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-a-value-exits-in-another-table/m-p/272335#M101996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 tables of credit card transactions, one is our internal billing table, and the other table comes from the credit card company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to compare those 2 tables, and find out the records that exists only in one of the tables.\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the tables structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BillingTable:&lt;/P&gt;&lt;P&gt;BillingReference,&lt;/P&gt;&lt;P&gt;BillingAmount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ComparedTable:&lt;/P&gt;&lt;P&gt;ComparedRference,&lt;/P&gt;&lt;P&gt;ComparedAmount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show a pivot of all records in the billing table, who doesn't exists in the ComparedTable (according to Reference field), and another pivot with records that exists only in the ComparedTable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how could i do that in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shlomo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 15:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-a-value-exits-in-another-table/m-p/272335#M101996</guid>
      <dc:creator>m4u</dc:creator>
      <dc:date>2011-12-01T15:38:17Z</dc:date>
    </item>
    <item>
      <title>check if a value exits in another table</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-a-value-exits-in-another-table/m-p/272336#M101997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sounds similar to what have been achieved here:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/138549#138549"&gt;http://community.qlik.com/message/138549&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is of any help,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 15:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-a-value-exits-in-another-table/m-p/272336#M101997</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-01T15:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: check if a value exits in another table</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-a-value-exits-in-another-table/m-p/272337#M101998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you in your load script do something like&lt;/P&gt;&lt;P&gt;exists and not exists&lt;/P&gt;&lt;P&gt;to do what you want to do?&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ComparedTable:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;ComparedRference,&lt;/P&gt;&lt;P&gt;ComparedAmount&lt;/P&gt;&lt;P&gt;from ComparedTable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;billingTable:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;BillingReference,&lt;/P&gt;&lt;P&gt;BillingAmount&lt;/P&gt;&lt;P&gt; from BillingTable&lt;/P&gt;&lt;P&gt;where exists (ComparedRference,&lt;/P&gt;&lt;P&gt;BillingReference)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 21:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-a-value-exits-in-another-table/m-p/272337#M101998</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2012-08-14T21:14:07Z</dc:date>
    </item>
  </channel>
</rss>

