<?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 NOT match function. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/NOT-match-function/m-p/364164#M135497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can get it as many ways&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; simply Not Match() gives you 0 if there is a match otherwise -1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1+(Match()&amp;gt;0) gives you 0 if there is a match otherwise -1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Sign(Match()) gives you 0 if there is a match otherwise -1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Apr 2012 18:05:31 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2012-04-23T18:05:31Z</dc:date>
    <item>
      <title>NOT match function.</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-match-function/m-p/364160#M135493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi community,&amp;nbsp; Is there anyway to make a not match function.&amp;nbsp; I know that there is a match function.&amp;nbsp; I am wondering if there is a complement to it or how one would go about doing it with an if statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 16:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-match-function/m-p/364160#M135493</guid>
      <dc:creator />
      <dc:date>2012-04-23T16:25:06Z</dc:date>
    </item>
    <item>
      <title>NOT match function.</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-match-function/m-p/364161#M135494</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;What are you want to achieve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is MATCH function. It will return 0 if it doesn't find str in expr..exprN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match( str, expr1 [ , expr2,...exprN ] )&lt;/P&gt;&lt;P&gt;The match function performs a case sensitive comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;match( M, 'Jan','Feb','Mar')&lt;/P&gt;&lt;P&gt;returns 2 if M = Feb&lt;/P&gt;&lt;P&gt;returns 0 if M = Apr or jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Darius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 16:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-match-function/m-p/364161#M135494</guid>
      <dc:creator>d_pranskus</dc:creator>
      <dc:date>2012-04-23T16:38:59Z</dc:date>
    </item>
    <item>
      <title>NOT match function.</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-match-function/m-p/364162#M135495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I want it to return 0 if there is a match.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 16:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-match-function/m-p/364162#M135495</guid>
      <dc:creator />
      <dc:date>2012-04-23T16:46:42Z</dc:date>
    </item>
    <item>
      <title>NOT match function.</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-match-function/m-p/364163#M135496</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;The shortest way I came up with is to use following expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1-SIGN(MATCH(str, expr1 [ , expr2,...exprN ]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Darius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 17:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-match-function/m-p/364163#M135496</guid>
      <dc:creator>d_pranskus</dc:creator>
      <dc:date>2012-04-23T17:38:17Z</dc:date>
    </item>
    <item>
      <title>NOT match function.</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-match-function/m-p/364164#M135497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can get it as many ways&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; simply Not Match() gives you 0 if there is a match otherwise -1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1+(Match()&amp;gt;0) gives you 0 if there is a match otherwise -1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Sign(Match()) gives you 0 if there is a match otherwise -1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 18:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-match-function/m-p/364164#M135497</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-04-23T18:05:31Z</dc:date>
    </item>
  </channel>
</rss>

