<?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: resident where not like in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/resident-where-not-like/m-p/575807#M682067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without detailing what you expect to see (for example giving input data and your expected output table), it's almost impossible to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2014 17:46:19 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2014-03-28T17:46:19Z</dc:date>
    <item>
      <title>resident where not like</title>
      <link>https://community.qlik.com/t5/QlikView/resident-where-not-like/m-p/575802#M682061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the problem with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;a1,&lt;/P&gt;&lt;P&gt;b1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident table1&lt;/P&gt;&lt;P&gt;where field 1 like 'de*' and not field2 like 'e*'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that "not field2 like ..." doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for helping!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 16:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-where-not-like/m-p/575802#M682061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-28T16:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: resident where not like</title>
      <link>https://community.qlik.com/t5/QlikView/resident-where-not-like/m-p/575803#M682063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put not(field2) i hope it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 16:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-where-not-like/m-p/575803#M682063</guid>
      <dc:creator>arsal_90</dc:creator>
      <dc:date>2014-03-28T16:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: resident where not like</title>
      <link>https://community.qlik.com/t5/QlikView/resident-where-not-like/m-p/575804#M682064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you be more specific about "not working"? Do you get a script error or don't get the filtering you expect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 16:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-where-not-like/m-p/575804#M682064</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-03-28T16:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: resident where not like</title>
      <link>https://community.qlik.com/t5/QlikView/resident-where-not-like/m-p/575805#M682065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;======================================&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;a1,&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;b1,&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;.....&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident table1&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where field1 like 'de*' and not WildMatch(field2,&amp;nbsp; 'e*');&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;============================================&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Something like&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&amp;nbsp; * Resident TableName&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where Customer Like 'A*' and &lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Not WildMatch(Country, 'P*');&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;============================================&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 16:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-where-not-like/m-p/575805#M682065</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-28T16:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: resident where not like</title>
      <link>https://community.qlik.com/t5/QlikView/resident-where-not-like/m-p/575806#M682066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is that I don't get the filtering I expect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 17:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-where-not-like/m-p/575806#M682066</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-28T17:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: resident where not like</title>
      <link>https://community.qlik.com/t5/QlikView/resident-where-not-like/m-p/575807#M682067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without detailing what you expect to see (for example giving input data and your expected output table), it's almost impossible to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 17:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-where-not-like/m-p/575807#M682067</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-03-28T17:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: resident where not like</title>
      <link>https://community.qlik.com/t5/QlikView/resident-where-not-like/m-p/575808#M682068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THX:, I had to put [field test] with []&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 18:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-where-not-like/m-p/575808#M682068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-28T18:25:47Z</dc:date>
    </item>
  </channel>
</rss>

