<?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: QVD load and WHERE clause in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996724#M647672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NOT keyword should negate a comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try your WHERE like this:&lt;/P&gt;&lt;P&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;&lt;EM&gt;WHERE Not (Activities.Type LIKE '*Email*') AND Not (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Activities.Type LIKE &lt;/SPAN&gt;'*Minor communication*')&amp;nbsp; AND Not IsNull(Subject);&lt;/EM&gt;&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;&lt;BR /&gt;&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;Note that QlikView LOAD statements may look like SQL SELECT statements, but they are not identical.&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;&lt;BR /&gt;&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;Best,&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;&lt;BR /&gt;&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;Peter&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Oct 2015 12:05:59 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-10-05T12:05:59Z</dc:date>
    <item>
      <title>QVD load and WHERE clause</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996723#M647671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's something wrong with my syntax here in the WHERE clause, but i can't work it out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activities:&lt;/P&gt;&lt;P&gt;load * from [\\fsdata01\department\eCommerce\BIU\Dataloads\Salesforce\QVDs\Activities.qvd] (qvd)&lt;/P&gt;&lt;P&gt;WHERE Activities.Type NOT LIKE ('Email','Minor communication')&amp;nbsp; AND Subject NOT NULL;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 12:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996723#M647671</guid>
      <dc:creator />
      <dc:date>2015-10-05T12:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: QVD load and WHERE clause</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996724#M647672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NOT keyword should negate a comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try your WHERE like this:&lt;/P&gt;&lt;P&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;&lt;EM&gt;WHERE Not (Activities.Type LIKE '*Email*') AND Not (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Activities.Type LIKE &lt;/SPAN&gt;'*Minor communication*')&amp;nbsp; AND Not IsNull(Subject);&lt;/EM&gt;&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;&lt;BR /&gt;&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;Note that QlikView LOAD statements may look like SQL SELECT statements, but they are not identical.&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;&lt;BR /&gt;&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;Best,&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;&lt;BR /&gt;&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;Peter&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 12:05:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996724#M647672</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-10-05T12:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: QVD load and WHERE clause</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996725#M647673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;Activities:&lt;/P&gt;&lt;P&gt;load * from [\\fsdata01\department\eCommerce\BIU\Dataloads\Salesforce\QVDs\Activities.qvd] (qvd)&lt;/P&gt;&lt;P&gt;Where not WildMatch(Activities.Type,'Email','Minor communication') AND len(trim(Subject))&amp;gt;0 ;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 12:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996725#M647673</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-05T12:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: QVD load and WHERE clause</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996726#M647674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Alex&lt;/STRONG&gt;,&amp;nbsp; You could also have a look at the Match() function.&amp;nbsp; Will do the same as Peter's suggestion, but with a touch less typing to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 12:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996726#M647674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-05T12:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: QVD load and WHERE clause</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996727#M647675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Avinash, the rows I am wish to excluded are still being loaded for some reason, except that the Subject and Type are coming through as blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the rows totally excluded from the load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 13:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996727#M647675</guid>
      <dc:creator />
      <dc:date>2015-10-05T13:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: QVD load and WHERE clause</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996728#M647676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Try like this :&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Activities:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;load * from [\\fsdata01\department\eCommerce\BIU\Dataloads\Salesforce\QVDs\Activities.qvd] (qvd)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Where not WildMatch(Activities.Type,'*Email*','*Minor communication*') AND len(trim(Subject))&amp;gt;0 ;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;or &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Activities:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;load * from [\\fsdata01\department\eCommerce\BIU\Dataloads\Salesforce\QVDs\Activities.qvd] (qvd)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Where not WildMatch(upper(Activities.Type),'*EMAIL*','*MINOR COMMUNICATION*') AND len(trim(Subject))&amp;gt;0 ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 13:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996728#M647676</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-05T13:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: QVD load and WHERE clause</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996729#M647677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="c.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100971_c.png" style="height: 338px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 13:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996729#M647677</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-05T13:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: QVD load and WHERE clause</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996730#M647678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My mistake avinash. The ID was being loaded from another table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you were right first time!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 13:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-load-and-WHERE-clause/m-p/996730#M647678</guid>
      <dc:creator />
      <dc:date>2015-10-05T13:16:03Z</dc:date>
    </item>
  </channel>
</rss>

