<?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: Showing Differences in 2 tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821930#M289740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add a flag (&lt;STRONG&gt;bold&lt;/STRONG&gt;) to claims detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MapPharmacyRAMSNo:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Mapping LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PharmacyRAMSNo, 'Yes'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM [Doctor residential area.xlsx] (ooxml, embedded labels, table is Sheet1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;B:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD MembershipNo, BeneficiaryDependentCode, DateServiceStarted, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DoctorsBHF, FeeCharged, Benefit,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ApplyMap('MapPharmacyRAMSNo', DoctorsBHF, 'No') as &lt;STRONG&gt;[Exists PharmacyRAMSNo]&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM [claims details.xlsx] (ooxml, embedded labels, table is TB04_20150120_164519);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jan 2015 18:10:56 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-01-20T18:10:56Z</dc:date>
    <item>
      <title>Showing Differences in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821924#M289734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Good afternoon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a number of files that are in a Qliklview model. In one table there are a bunch of doctors names with the area they reside in. In a seperate file there are the claims details of all Doctors. I want to select all the Doctors who are in the second table but are not int he first. This would mean that the field "residearea" would be blank. Could someone suggest how to solve this. I was looking at making a list isnull or &amp;lt;&amp;gt; 0 but this seemed to only look at the one table and so showed all the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 14:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821924#M289734</guid>
      <dc:creator />
      <dc:date>2015-01-20T14:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Differences in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821925#M289735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post the sample application or data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 14:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821925#M289735</guid>
      <dc:creator>nirmalraj_kj</dc:creator>
      <dc:date>2015-01-20T14:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Differences in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821926#M289736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Surely there is one or more common fields in the two tables that links them, let's suppose this field is DoctorID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load DoctorID as ID_to_Exclude resident SecondTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * resident first table where not exists(ID_to_Exclude, DoctorID);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 14:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821926#M289736</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-01-20T14:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Differences in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821927#M289737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First do right or left join in script as required. Then use len(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.8000001907349px;"&gt;residearea)=0 in your chart condition.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 14:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821927#M289737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-20T14:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Differences in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821928#M289738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the 2 files I am using. In the doctor residential area file, I have the fields PharmacyRAMSNo, PharmacyName, ActiveInterum, ActiveManaul and&amp;nbsp; Province. In the claims details file I have a number of fields but the field that matches to PharmacyRAMSNo in doctor residential area is DoctorsBHF. I want to be able to produce a table or a chart with the data from the Claims details file where the DoctorsBHF number is not equal to any of the values in the PharmacyRamsNo in in the doctor residential area file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 15:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821928#M289738</guid>
      <dc:creator />
      <dc:date>2015-01-20T15:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Differences in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821929#M289739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the code you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;RES_OK:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PharmacyRAMSNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PharmacyName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ActiveInterum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ActiveManaul&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Province&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; [Doctor residential area.xlsx]&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Sheet1);&lt;BR /&gt; &lt;BR /&gt; CLA_OK:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DoctorsBHF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; [claims details.xlsx]&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; TB04_20150120_164519)&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Exists&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PharmacyRAMSNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DoctorsBHF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;DROP&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; RES_OK;&lt;BR /&gt; &lt;BR /&gt; CLA_OK_OK:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MembershipNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BeneficiaryDependentCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateServiceStarted&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DoctorsBHF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FeeCharged&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Benefit&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; [claims details.xlsx]&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; TB04_20150120_164519)&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;not&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Exists&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DoctorsBHF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DoctorsBHF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;DROP&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; CLA_OK; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 15:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821929#M289739</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-01-20T15:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Differences in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821930#M289740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add a flag (&lt;STRONG&gt;bold&lt;/STRONG&gt;) to claims detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MapPharmacyRAMSNo:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Mapping LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PharmacyRAMSNo, 'Yes'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM [Doctor residential area.xlsx] (ooxml, embedded labels, table is Sheet1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;B:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD MembershipNo, BeneficiaryDependentCode, DateServiceStarted, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DoctorsBHF, FeeCharged, Benefit,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ApplyMap('MapPharmacyRAMSNo', DoctorsBHF, 'No') as &lt;STRONG&gt;[Exists PharmacyRAMSNo]&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM [claims details.xlsx] (ooxml, embedded labels, table is TB04_20150120_164519);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 18:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821930#M289740</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-01-20T18:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Differences in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821931#M289741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use following code in your script or find a sample application in attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;LOAD PharmacyRAMSNo as [DoctorsBHF],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PharmacyName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveInterum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveManaul,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Province&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Doctor residential area.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab2:&lt;/P&gt;&lt;P&gt;LOAD MembershipNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BeneficiaryDependentCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateServiceStarted,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DoctorsBHF,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FeeCharged,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Benefit&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[claims details.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is TB04_20150120_164519)&lt;/P&gt;&lt;P&gt;Where not Exists(DoctorsBHF);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Tab;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT Script;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 18:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821931#M289741</guid>
      <dc:creator />
      <dc:date>2015-01-20T18:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Differences in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821932#M289742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you this does seem to show me some of what I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may have not expanded fully on what I need to do. I would like to show all the lines in the claims details table where the DoctorsBHF does not equal PharmacyRamsNo. At the moment the table seems to show one record per DoctorsBHF but there could be multiple records with the same DoctorsBHF value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 11:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/821932#M289742</guid>
      <dc:creator />
      <dc:date>2015-01-21T11:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Differences in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/2510935#M1226471</link>
      <description>&lt;P&gt;&lt;SPAN&gt;there are the claims details of all Doctors......&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 05:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Differences-in-2-tables/m-p/2510935#M1226471</guid>
      <dc:creator>paymydoctorpage</dc:creator>
      <dc:date>2025-03-21T05:45:06Z</dc:date>
    </item>
  </channel>
</rss>

