<?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: Count where ID's exist in one table but not another in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-where-ID-s-exist-in-one-table-but-not-another/m-p/707603#M254904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp; - i might use this for a later iteration&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2014 15:17:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-26T15:17:58Z</dc:date>
    <item>
      <title>Count where ID's exist in one table but not another</title>
      <link>https://community.qlik.com/t5/QlikView/Count-where-ID-s-exist-in-one-table-but-not-another/m-p/707597#M254898</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 2 tables loaded up in Qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client&amp;nbsp; -&amp;nbsp; This contains ALL clients&lt;/P&gt;&lt;P&gt;Communication - This contains all clients who have an email address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The one common field between the tables is ClientID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way that I can use COUNT and Set Analysis to count the number of Client IDs that Exist in the Client table but DO NOT exist in the Communication table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 14:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-where-ID-s-exist-in-one-table-but-not-another/m-p/707597#M254898</guid>
      <dc:creator />
      <dc:date>2014-09-26T14:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Count where ID's exist in one table but not another</title>
      <link>https://community.qlik.com/t5/QlikView/Count-where-ID-s-exist-in-one-table-but-not-another/m-p/707598#M254899</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;just&lt;/P&gt;&lt;P&gt;- LOAD those two tables like you did before&lt;/P&gt;&lt;P&gt;- LOAD a small table RESIDENT [All] with a WHERE NOT EXISTS([email_adress_table_ID])&lt;/P&gt;&lt;P&gt;- Join that to the table where you want that flag via the client_ID&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 15:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-where-ID-s-exist-in-one-table-but-not-another/m-p/707598#M254899</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-09-26T15:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Count where ID's exist in one table but not another</title>
      <link>https://community.qlik.com/t5/QlikView/Count-where-ID-s-exist-in-one-table-but-not-another/m-p/707599#M254900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stuart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 15:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-where-ID-s-exist-in-one-table-but-not-another/m-p/707599#M254900</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2014-09-26T15:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Count where ID's exist in one table but not another</title>
      <link>https://community.qlik.com/t5/QlikView/Count-where-ID-s-exist-in-one-table-but-not-another/m-p/707600#M254901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should work, still tinkering to put it into 1 SET statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count( distinct ClientID) - count( DISTINCT&amp;nbsp; {$&amp;lt;Email={"*"}&amp;gt;} ClientID) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 15:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-where-ID-s-exist-in-one-table-but-not-another/m-p/707600#M254901</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-26T15:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Count where ID's exist in one table but not another</title>
      <link>https://community.qlik.com/t5/QlikView/Count-where-ID-s-exist-in-one-table-but-not-another/m-p/707601#M254902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;works perfect - thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 15:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-where-ID-s-exist-in-one-table-but-not-another/m-p/707601#M254902</guid>
      <dc:creator />
      <dc:date>2014-09-26T15:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Count where ID's exist in one table but not another</title>
      <link>https://community.qlik.com/t5/QlikView/Count-where-ID-s-exist-in-one-table-but-not-another/m-p/707602#M254903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - I can see this would be of use also &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 15:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-where-ID-s-exist-in-one-table-but-not-another/m-p/707602#M254903</guid>
      <dc:creator />
      <dc:date>2014-09-26T15:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Count where ID's exist in one table but not another</title>
      <link>https://community.qlik.com/t5/QlikView/Count-where-ID-s-exist-in-one-table-but-not-another/m-p/707603#M254904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp; - i might use this for a later iteration&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 15:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-where-ID-s-exist-in-one-table-but-not-another/m-p/707603#M254904</guid>
      <dc:creator />
      <dc:date>2014-09-26T15:17:58Z</dc:date>
    </item>
  </channel>
</rss>

