<?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 Dynamic DELETE from QVW question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-DELETE-from-QVW-question/m-p/195989#M1323226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm working on a VB app which, among other things, has to delete records from a QVW. If I do a regular, normal delete such as:&lt;/P&gt;&lt;P&gt;DELETE FROM table WHERE ID=7&lt;/P&gt;&lt;P&gt;it works fine and will delete all rows that have 7 as an ID.&lt;/P&gt;&lt;P&gt;However, if I want to delete all rows that have 7 OR 8 as an ID:&lt;/P&gt;&lt;P&gt;DELETE FROM table WHERE ID=7 OR ID=8&lt;/P&gt;&lt;P&gt;it doesn't work. I've run the syntax within SQL itself, so I don't think that's the problem, so is this just a bug with QV?&lt;/P&gt;&lt;P&gt;Right now as a workaround, I'm looping through and doing each delete individually like this:&lt;/P&gt;&lt;P&gt;DELETE FROM table WHERE ID=7; DELETE FROM table WHERE ID=8&lt;/P&gt;&lt;P&gt;which isn't ideal.&lt;/P&gt;&lt;P&gt;Any insight would be greatly appreciated. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>Brian_Munz</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Dynamic DELETE from QVW question</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-DELETE-from-QVW-question/m-p/195989#M1323226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm working on a VB app which, among other things, has to delete records from a QVW. If I do a regular, normal delete such as:&lt;/P&gt;&lt;P&gt;DELETE FROM table WHERE ID=7&lt;/P&gt;&lt;P&gt;it works fine and will delete all rows that have 7 as an ID.&lt;/P&gt;&lt;P&gt;However, if I want to delete all rows that have 7 OR 8 as an ID:&lt;/P&gt;&lt;P&gt;DELETE FROM table WHERE ID=7 OR ID=8&lt;/P&gt;&lt;P&gt;it doesn't work. I've run the syntax within SQL itself, so I don't think that's the problem, so is this just a bug with QV?&lt;/P&gt;&lt;P&gt;Right now as a workaround, I'm looping through and doing each delete individually like this:&lt;/P&gt;&lt;P&gt;DELETE FROM table WHERE ID=7; DELETE FROM table WHERE ID=8&lt;/P&gt;&lt;P&gt;which isn't ideal.&lt;/P&gt;&lt;P&gt;Any insight would be greatly appreciated. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-DELETE-from-QVW-question/m-p/195989#M1323226</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
  </channel>
</rss>

