<?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: Match Function is excluding null values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892021#M310638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry my expression is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE (FieldName = 'CountryStatus' &lt;/P&gt;&lt;P&gt;AND Match(FieldValue, 'Inactive) = 0)&lt;/P&gt;&lt;P&gt;; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this removes all Country statues which are 'inactive'. However it also removes all records that don't have a CountryStatus assigned ie nulls which is not what I want. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2015 14:18:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-24T14:18:01Z</dc:date>
    <item>
      <title>Match Function is excluding null values</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892017#M310634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im using the Match function to exclude a particular value however it also seems to be removing null values . Does anyone have any ideas ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892017#M310634</guid>
      <dc:creator />
      <dc:date>2015-06-24T14:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function is excluding null values</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892018#M310635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post your expression / statement and some sample data. And what you expect to get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892018#M310635</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-24T14:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function is excluding null values</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892019#M310636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ( isnull[[YourField] or match(........) , .....................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892019#M310636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T14:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function is excluding null values</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892020#M310637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we use below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(not(isnull([Field])), Match(...))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892020#M310637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T14:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function is excluding null values</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892021#M310638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry my expression is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE (FieldName = 'CountryStatus' &lt;/P&gt;&lt;P&gt;AND Match(FieldValue, 'Inactive) = 0)&lt;/P&gt;&lt;P&gt;; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this removes all Country statues which are 'inactive'. However it also removes all records that don't have a CountryStatus assigned ie nulls which is not what I want. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892021#M310638</guid>
      <dc:creator />
      <dc:date>2015-06-24T14:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function is excluding null values</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892022#M310639</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;WHERE (FieldName = 'CountryStatus'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;AND&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;( Match(FieldValue, 'Inactive') = 0 or isnull(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FieldValue) )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892022#M310639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T14:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function is excluding null values</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892023#M310640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to work for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE FieldName = 'CountryStatus' and not FieldValue = 'Inactive';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD recno() as ID, FieldName, if(len(trim(FieldValue)),FieldValue, NULL()) as FieldValue INLINE [&lt;/P&gt;&lt;P&gt;FieldName, FieldValue&lt;/P&gt;&lt;P&gt;CountryStatus, Active&lt;/P&gt;&lt;P&gt;CountryStatus, Inactive&lt;/P&gt;&lt;P&gt;CountryStatus,&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892023#M310640</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-24T14:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function is excluding null values</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892024#M310641</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;When Country Status is null, which is value of FieldValue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892024#M310641</guid>
      <dc:creator>jonas_rezende</dc:creator>
      <dc:date>2015-06-24T14:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function is excluding null values</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892025#M310642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill I tried this however it returns values with CountryStatus as Inactive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892025#M310642</guid>
      <dc:creator />
      <dc:date>2015-06-24T14:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function is excluding null values</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892026#M310643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or if you want to stick to Match():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE FieldName = 'CountryStatus' AND Rangesum(Match(FieldValue,'Inactive'))=0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892026#M310643</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-24T15:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function is excluding null values</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892027#M310644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks yes this solution worked &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 17:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-is-excluding-null-values/m-p/892027#M310644</guid>
      <dc:creator />
      <dc:date>2015-06-24T17:03:15Z</dc:date>
    </item>
  </channel>
</rss>

