<?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: NOT MATCH Function Acting Weird in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/NOT-MATCH-Function-Acting-Weird/m-p/1314152#M616232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like you have some values that are not NULL but have a length of 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jun 2017 17:20:06 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2017-06-05T17:20:06Z</dc:date>
    <item>
      <title>NOT MATCH Function Acting Weird</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-MATCH-Function-Acting-Weird/m-p/1314151#M616231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a NOT MATCH function to filter out certain asset types:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;If(NOT MATCH(AssetType, 'Garage', 'Retail', 'HOA'), 'Yes') as Included&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The weird thing is that the function is also partially excluding those records with a blank or NULL value as AssetType. But it is not excluding all of them, only about half. Another weird thing is that if I replace AssetType with 'MISSING' instead of blank/NULL earlier in the script then it works fine:&lt;/P&gt;&lt;P&gt;If(Len(AssetType) = 0, 'MISSING', AssetType) as AssetType&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone shed some light on why the NOT MATCH function is behaving inconsistently when it comes to blank or NULL values, please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 17:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-MATCH-Function-Acting-Weird/m-p/1314151#M616231</guid>
      <dc:creator>alexandergrando</dc:creator>
      <dc:date>2017-06-05T17:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: NOT MATCH Function Acting Weird</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-MATCH-Function-Acting-Weird/m-p/1314152#M616232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like you have some values that are not NULL but have a length of 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 17:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-MATCH-Function-Acting-Weird/m-p/1314152#M616232</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-06-05T17:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: NOT MATCH Function Acting Weird</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-MATCH-Function-Acting-Weird/m-p/1314153#M616233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using Like instead of Match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Not &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AssetType Like '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Garage' and&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Not &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AssetType Like '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Retail&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Not &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;AssetType Like '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HOA&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;', 'Yes') as Included&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 17:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-MATCH-Function-Acting-Weird/m-p/1314153#M616233</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-05T17:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: NOT MATCH Function Acting Weird</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-MATCH-Function-Acting-Weird/m-p/1314154#M616234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see. But why is the NOT MATCH function affecting those rows at all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 17:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-MATCH-Function-Acting-Weird/m-p/1314154#M616234</guid>
      <dc:creator>alexandergrando</dc:creator>
      <dc:date>2017-06-05T17:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: NOT MATCH Function Acting Weird</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-MATCH-Function-Acting-Weird/m-p/1314155#M616235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also look here for similar discussion&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/187293"&gt;Null Value with Match/WildMatch and Like&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 17:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-MATCH-Function-Acting-Weird/m-p/1314155#M616235</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-05T17:24:47Z</dc:date>
    </item>
  </channel>
</rss>

