<?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: Delete data from table where exists in the load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Delete-data-from-table-where-exists-in-the-load/m-p/1683357#M727804</link>
    <description>&lt;P&gt;If your current data didn't contain the complete invoices else just a few changed lines you couldn't&amp;nbsp; only use the invoice number else you need also any unique line-ID.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Tue, 10 Mar 2020 15:03:51 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2020-03-10T15:03:51Z</dc:date>
    <item>
      <title>Delete data from table where exists in the load</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-data-from-table-where-exists-in-the-load/m-p/1683232#M727801</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a situation where i need to delete rows from a QVD if the value exists in the latest load data.&lt;/P&gt;&lt;P&gt;The plan is to remove all rows of an invoice number from the qvd if that invoice number exists in the latest loaded data.&lt;/P&gt;&lt;P&gt;I will then load the latest data again and concatenate with the existing qvd (with the lines removed).&lt;/P&gt;&lt;P&gt;I would like to know how to delete/remove from existing data where exists/match to an invoice no in the load data&lt;/P&gt;&lt;P&gt;Any help on this would be much appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-data-from-table-where-exists-in-the-load/m-p/1683232#M727801</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2024-11-16T01:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Delete data from table where exists in the load</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-data-from-table-where-exists-in-the-load/m-p/1683308#M727802</link>
      <description>&lt;P&gt;Maybe something in this way:&lt;/P&gt;&lt;P&gt;t: load * from Current; concatenate(t) load * from Historical.qvd (qvd) where not exists ([Invoice Number]);&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 13:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-data-from-table-where-exists-in-the-load/m-p/1683308#M727802</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-03-10T13:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Delete data from table where exists in the load</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-data-from-table-where-exists-in-the-load/m-p/1683338#M727803</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for the input.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to implement the Where not exists statement but have found it removes all but a single line for an invoice.&lt;/P&gt;&lt;P&gt;do you have any idea on this?&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 14:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-data-from-table-where-exists-in-the-load/m-p/1683338#M727803</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2020-03-10T14:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Delete data from table where exists in the load</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-data-from-table-where-exists-in-the-load/m-p/1683357#M727804</link>
      <description>&lt;P&gt;If your current data didn't contain the complete invoices else just a few changed lines you couldn't&amp;nbsp; only use the invoice number else you need also any unique line-ID.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 15:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-data-from-table-where-exists-in-the-load/m-p/1683357#M727804</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-03-10T15:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Delete data from table where exists in the load</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-data-from-table-where-exists-in-the-load/m-p/1683382#M727805</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks again, all invoice data in the initial load was in the 2nd load from which i am trying to remove the invoice leaving the single line in the table.&lt;/P&gt;&lt;P&gt;I have implemented a URN using line number and invoice number although ironically been informed that the line number is not fixed until the invoiced are posted meaning if day has 3 lines and on day 2 line 2 is removed, line 3 becomes line 2.&lt;/P&gt;&lt;P&gt;This prompted me to have to find another work around hence trying to remove the whole invoice from the existing table if invoice number existed in the new daily data and then load the new data and concat with the existing.&lt;/P&gt;&lt;P&gt;Thanks for your help, i will keep trying to locate a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 15:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-data-from-table-where-exists-in-the-load/m-p/1683382#M727805</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2020-03-10T15:53:55Z</dc:date>
    </item>
  </channel>
</rss>

