<?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: Exclusions in the script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclusions-in-the-script/m-p/576676#M214548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * From TableName&lt;/P&gt;&lt;P&gt;Where NOT WILDMATCH(Patients,'*integration*');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2014 14:43:06 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-04-29T14:43:06Z</dc:date>
    <item>
      <title>Exclusions in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Exclusions-in-the-script/m-p/576675#M214547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying exclude all of the test patients we have loaded in one of our patient table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to exclude all of the patients that have "integration" as part of their name.&amp;nbsp; There are about 50-60 Test Patients with "integration" in their name.&amp;nbsp; What would be the best way to exclude them in the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 14:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclusions-in-the-script/m-p/576675#M214547</guid>
      <dc:creator />
      <dc:date>2014-04-29T14:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exclusions in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Exclusions-in-the-script/m-p/576676#M214548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * From TableName&lt;/P&gt;&lt;P&gt;Where NOT WILDMATCH(Patients,'*integration*');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 14:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclusions-in-the-script/m-p/576676#M214548</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-29T14:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exclusions in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Exclusions-in-the-script/m-p/576677#M214549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The word &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;integration&lt;/SPAN&gt; is in and particular length or any position or it is random.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 14:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclusions-in-the-script/m-p/576677#M214549</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-29T14:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Exclusions in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Exclusions-in-the-script/m-p/576678#M214550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load your table like&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;From Location&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where not index( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;patients &lt;/SPAN&gt;, 'integration' );&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 14:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclusions-in-the-script/m-p/576678#M214550</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-29T14:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exclusions in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Exclusions-in-the-script/m-p/576679#M214551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check my solution also it is correct or not check once and let me know that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 15:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclusions-in-the-script/m-p/576679#M214551</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-29T15:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exclusions in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Exclusions-in-the-script/m-p/576680#M214552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not check it, as the first response I received was a solution that worked.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 15:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclusions-in-the-script/m-p/576680#M214552</guid>
      <dc:creator />
      <dc:date>2014-04-29T15:17:51Z</dc:date>
    </item>
  </channel>
</rss>

