<?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 Loading Specific records from a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-Specific-records-from-a-table/m-p/793355#M471421</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 2 tables that I want to load, one is a table of medical claims and one is a list of registered pharmacies, the common field is Pharmacy registration numbern which is assigned to each claims line in the claims file and is part of the record for each registered pharmacy. . I want to load all claims from the claims file for Pharmacies that are not registered, so do not have a record in the list of registered pharmacies. The fields in the claims file are - Registration number, date, amount charged, amount paid, member and the fields in the registered pharmacies list are - Registration number, Pharmacy name, State where Pharmacy resides. I won't to just load the records in the first table where the regustration number os not found int he second table.&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>Thu, 12 Mar 2015 15:27:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-12T15:27:47Z</dc:date>
    <item>
      <title>Loading Specific records from a table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Specific-records-from-a-table/m-p/793355#M471421</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 2 tables that I want to load, one is a table of medical claims and one is a list of registered pharmacies, the common field is Pharmacy registration numbern which is assigned to each claims line in the claims file and is part of the record for each registered pharmacy. . I want to load all claims from the claims file for Pharmacies that are not registered, so do not have a record in the list of registered pharmacies. The fields in the claims file are - Registration number, date, amount charged, amount paid, member and the fields in the registered pharmacies list are - Registration number, Pharmacy name, State where Pharmacy resides. I won't to just load the records in the first table where the regustration number os not found int he second table.&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>Thu, 12 Mar 2015 15:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Specific-records-from-a-table/m-p/793355#M471421</guid>
      <dc:creator />
      <dc:date>2015-03-12T15:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Specific records from a table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Specific-records-from-a-table/m-p/793356#M471422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Claims:&lt;/P&gt;&lt;P&gt;Load *, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;[Pharmacy Registration Number] as TempPRN&lt;/SPAN&gt; From ClaimsTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pharmacies:&lt;/P&gt;&lt;P&gt;Load * From PharmaciesTable Where Not Exists(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;TempPRN&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; ,&lt;/SPAN&gt;[Pharmacy Registration Number]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Field &lt;SPAN style="font-size: 13.3333330154419px;"&gt;TempPRN&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 15:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Specific-records-from-a-table/m-p/793356#M471422</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-12T15:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Specific records from a table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Specific-records-from-a-table/m-p/793357#M471423</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;Load the first table then use Exist function in the second table and load only needed data.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Right Join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;] Where not Exists(Num);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 15:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Specific-records-from-a-table/m-p/793357#M471423</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-03-12T15:32:30Z</dc:date>
    </item>
  </channel>
</rss>

