<?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 Remove Records from QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-Records-from-QVD/m-p/309587#M114289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Erich and Steve. The substringcount worked. Depending on what we are using the table for, sometimes we need the 'Sample' accounts sometimes we don't.&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 May 2011 19:33:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-18T19:33:00Z</dc:date>
    <item>
      <title>Remove Records from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Records-from-QVD/m-p/309584#M114286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is so simple yet I can't get it to remove records when loading a QVD. In the QVD there is a field "CustomerName", when I load the QVD I want to remove any records where the CustomerName contains the word "sample" no matter where it is located in the string. I have tried WHERE CustomerName &amp;lt;&amp;gt; '*sample*', ﻿﻿﻿﻿WHERE CustomerName Not Like '*sample*'﻿ and others with no luck. What am I doing wrong?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Stephen &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 18:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Records-from-QVD/m-p/309584#M114286</guid>
      <dc:creator />
      <dc:date>2011-05-18T18:43:53Z</dc:date>
    </item>
    <item>
      <title>Remove Records from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Records-from-QVD/m-p/309585#M114287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try: &lt;/P&gt;&lt;P&gt;WHERE substringcount( CustomerName, 'sample')=0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 18:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Records-from-QVD/m-p/309585#M114287</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-18T18:48:26Z</dc:date>
    </item>
    <item>
      <title>Remove Records from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Records-from-QVD/m-p/309586#M114288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The substringcount function will do the trick, as will index.&amp;nbsp; Be aware though that this will cause the QVD to load in a non optimized mode.&amp;nbsp; For a one of cleaning of your QVD this is fine, but if it is something you need in production then you should create a separate field in the QVD on creation called &lt;STRONG&gt;IsSample&lt;/STRONG&gt; or something and then do a &lt;STRONG&gt;WHERE EXISTS&lt;/STRONG&gt; on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search the community for Optimized QVD Load and you should find plenty of articles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 19:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Records-from-QVD/m-p/309586#M114288</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2011-05-18T19:04:56Z</dc:date>
    </item>
    <item>
      <title>Remove Records from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Records-from-QVD/m-p/309587#M114289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Erich and Steve. The substringcount worked. Depending on what we are using the table for, sometimes we need the 'Sample' accounts sometimes we don't.&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 19:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Records-from-QVD/m-p/309587#M114289</guid>
      <dc:creator />
      <dc:date>2011-05-18T19:33:00Z</dc:date>
    </item>
  </channel>
</rss>

