<?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 Dropping records from a resident table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dropping-records-from-a-resident-table/m-p/878381#M1002223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to create two resident tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;P&gt;field a&amp;nbsp; as key&lt;/P&gt;&lt;P&gt;field b&amp;nbsp; as skey1&lt;/P&gt;&lt;P&gt;field c&lt;/P&gt;&lt;P&gt;field d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above table has all material numbers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;P&gt;field a&amp;nbsp; as key&lt;/P&gt;&lt;P&gt;field b&amp;nbsp; as skey1&lt;/P&gt;&lt;P&gt;field e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So these are two resident table.&amp;nbsp;&amp;nbsp; What I need to do is if the Table 2 Key record exist in table 1,&lt;/P&gt;&lt;P&gt;I want to delete the table 1 record and use the table 2.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So example there are 43 Material records in Table 1&lt;/P&gt;&lt;P&gt;But the join for Table two checks an additional table and if the material does not exit in this table it does not&lt;/P&gt;&lt;P&gt;pick it up and then goes and gets values from additional tables.&amp;nbsp;&amp;nbsp; So my table 2 will have on 25 records.&lt;/P&gt;&lt;P&gt;So I want to delete the 25 records out of Table 1.&amp;nbsp;&amp;nbsp; So my end result is 43 records.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2015 15:24:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-29T15:24:43Z</dc:date>
    <item>
      <title>Dropping records from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-records-from-a-resident-table/m-p/878381#M1002223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to create two resident tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;P&gt;field a&amp;nbsp; as key&lt;/P&gt;&lt;P&gt;field b&amp;nbsp; as skey1&lt;/P&gt;&lt;P&gt;field c&lt;/P&gt;&lt;P&gt;field d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above table has all material numbers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;P&gt;field a&amp;nbsp; as key&lt;/P&gt;&lt;P&gt;field b&amp;nbsp; as skey1&lt;/P&gt;&lt;P&gt;field e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So these are two resident table.&amp;nbsp;&amp;nbsp; What I need to do is if the Table 2 Key record exist in table 1,&lt;/P&gt;&lt;P&gt;I want to delete the table 1 record and use the table 2.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So example there are 43 Material records in Table 1&lt;/P&gt;&lt;P&gt;But the join for Table two checks an additional table and if the material does not exit in this table it does not&lt;/P&gt;&lt;P&gt;pick it up and then goes and gets values from additional tables.&amp;nbsp;&amp;nbsp; So my table 2 will have on 25 records.&lt;/P&gt;&lt;P&gt;So I want to delete the 25 records out of Table 1.&amp;nbsp;&amp;nbsp; So my end result is 43 records.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 15:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-records-from-a-resident-table/m-p/878381#M1002223</guid>
      <dc:creator />
      <dc:date>2015-05-29T15:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping records from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-records-from-a-resident-table/m-p/878382#M1002224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;field a&amp;nbsp; as key,&lt;/P&gt;&lt;P&gt;field b&amp;nbsp; as skey1,&lt;/P&gt;&lt;P&gt;field a &amp;amp; field b as KEY&lt;/P&gt;&lt;P&gt;field e&lt;/P&gt;&lt;P&gt;resident Table 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;field a&amp;nbsp; as key&lt;/P&gt;&lt;P&gt;field b&amp;nbsp; as skey1&lt;/P&gt;&lt;P&gt;field a &amp;amp; field b as KEY&lt;/P&gt;&lt;P&gt;field c&lt;/P&gt;&lt;P&gt;field d&lt;/P&gt;&lt;P&gt;resident Table 1 where not exists (KEY,KEY)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 15:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-records-from-a-resident-table/m-p/878382#M1002224</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-05-29T15:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping records from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-records-from-a-resident-table/m-p/878383#M1002225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below code and it is telling me that my %KEY field is not found.&lt;/P&gt;&lt;P&gt;What am I missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;    ,&lt;/P&gt;&lt;P&gt;    ,&lt;/P&gt;&lt;P&gt;    ,&lt;/P&gt;&lt;P&gt;    %MaterialNumber_Key &amp;amp; %Classification_Key &amp;amp; Characteristics as %KEY,&lt;/P&gt;&lt;P&gt;    ,&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    resident CLASSCHAR1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Load&lt;/P&gt;&lt;P&gt;    ,&lt;/P&gt;&lt;P&gt;    ,&lt;/P&gt;&lt;P&gt;    ,&lt;/P&gt;&lt;P&gt;    %MaterialNumber_Key &amp;amp; %Classification_Key &amp;amp; Characteristics as %KEY,&lt;/P&gt;&lt;P&gt;    ,&lt;/P&gt;&lt;P&gt;    ,&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    resident CLASSCHAR where not exists(%KEY,%KEY);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hittite Microwave is now Analog Devices. Learn more at www.analog.com/hittite&amp;lt;http://www.analog.com/hittite&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diane Fenton-Papia&lt;/P&gt;&lt;P&gt;Business System Developer&lt;/P&gt;&lt;P&gt;Analog Devices, Inc.&lt;/P&gt;&lt;P&gt;1 Technology Way&lt;/P&gt;&lt;P&gt;Norwood, MA 02062&lt;/P&gt;&lt;P&gt;Phone: 781-461-3570&lt;/P&gt;&lt;P&gt;mailto:diane.papia@analog.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 16:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-records-from-a-resident-table/m-p/878383#M1002225</guid>
      <dc:creator />
      <dc:date>2015-05-29T16:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping records from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-records-from-a-resident-table/m-p/878384#M1002226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;try this &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;//resident CLASSCHAR where not exists(%KEY,%KEY);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;resident CLASSCHAR where not exists(%KEY, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;%MaterialNumber_Key &amp;amp; %Classification_Key &amp;amp; Characteristics&lt;/STRONG&gt;&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 16:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-records-from-a-resident-table/m-p/878384#M1002226</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-05-29T16:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping records from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-records-from-a-resident-table/m-p/878385#M1002227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was great thank you so much for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hittite Microwave is now Analog Devices. Learn more at www.analog.com/hittite&amp;lt;http://www.analog.com/hittite&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diane Fenton-Papia&lt;/P&gt;&lt;P&gt;Business System Developer&lt;/P&gt;&lt;P&gt;Analog Devices, Inc.&lt;/P&gt;&lt;P&gt;1 Technology Way&lt;/P&gt;&lt;P&gt;Norwood, MA 02062&lt;/P&gt;&lt;P&gt;Phone: 781-461-3570&lt;/P&gt;&lt;P&gt;mailto:diane.papia@analog.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 17:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-records-from-a-resident-table/m-p/878385#M1002227</guid>
      <dc:creator />
      <dc:date>2015-05-29T17:58:17Z</dc:date>
    </item>
  </channel>
</rss>

