<?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: If statement for dimension, exclude fields, handle nulls in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692402#M52904</link>
    <description />
    <pubDate>Thu, 09 Apr 2020 14:24:24 GMT</pubDate>
    <dc:creator>evansabres</dc:creator>
    <dc:date>2020-04-09T14:24:24Z</dc:date>
    <item>
      <title>If statement for dimension, exclude fields, handle nulls</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692178#M52878</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have a field, 'Group' that I am using as a dimension. I am excluding certain values from the dimension, such as 'ABC', 'DEF', by&amp;nbsp;=IF(Not Match(Group, 'ABC', 'DEF), Group) however, would there be a way to introduce more logic to rename fields that are blank or null?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 20:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692178#M52878</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2020-04-08T20:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for dimension, exclude fields, handle nulls</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692340#M52893</link>
      <description>&lt;P&gt;Something like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=If(Len(Trim(Group)) = 0, 'BLANK',
 If(Not Match(Group, 'ABC', 'DEF), Group))&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 09 Apr 2020 12:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692340#M52893</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-04-09T12:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for dimension, exclude fields, handle nulls</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692369#M52896</link>
      <description>&lt;P&gt;The structure of the calculated dimension works, however when I apply to my chart, the value still returns as&amp;nbsp; &amp;nbsp;'-&amp;nbsp; &amp;nbsp; &amp;nbsp;'&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 13:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692369#M52896</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2020-04-09T13:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for dimension, exclude fields, handle nulls</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692390#M52900</link>
      <description>&lt;P&gt;Is there a dash before the blank space?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 14:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692390#M52900</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-04-09T14:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for dimension, exclude fields, handle nulls</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692392#M52901</link>
      <description>&lt;P&gt;My reply above is how my chart is displaying the row with the null or blank values:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'-&amp;nbsp; &amp;nbsp;'&amp;nbsp; &amp;nbsp;I was just attempting to demonstrate that the dash is on the left of the cell,if that is of any significance.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 14:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692392#M52901</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2020-04-09T14:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for dimension, exclude fields, handle nulls</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692395#M52902</link>
      <description>&lt;P&gt;Can you show a screenshot to show the issue?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 14:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692395#M52902</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-04-09T14:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for dimension, exclude fields, handle nulls</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692402#M52904</link>
      <description />
      <pubDate>Thu, 09 Apr 2020 14:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692402#M52904</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2020-04-09T14:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for dimension, exclude fields, handle nulls</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692407#M52906</link>
      <description>&lt;P&gt;I think this null is related to if condition not Match(Group, 'ABC', ...)... in order to get rid of this, uncheck 'Show zero value' under your dimension&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 14:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692407#M52906</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-04-09T14:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for dimension, exclude fields, handle nulls</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692408#M52907</link>
      <description>&lt;P&gt;I want to show the blank field as it is important to the data in this application. I want to rename the blank field something like 'No Preference'&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 14:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692408#M52907</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2020-04-09T14:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for dimension, exclude fields, handle nulls</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692409#M52908</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=If(Not Match(Group, 'ABC', 'DEF), Group, 'No Preference')&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 09 Apr 2020 14:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692409#M52908</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-04-09T14:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for dimension, exclude fields, handle nulls</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692411#M52909</link>
      <description>&lt;P&gt;This works for the structure of the equation, however as the field is Null, it is still showing as Null/Blank in my table.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 14:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692411#M52909</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2020-04-09T14:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for dimension, exclude fields, handle nulls</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692445#M52911</link>
      <description>&lt;P&gt;May be try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=If(Not Match(Group, 'ABC', 'DEF) and Len(Trim(Group)) &amp;gt; 0, Group, 'No Preference')&lt;/LI-CODE&gt;&lt;P&gt;or this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=If(Len(Trim(Group)) = 0, 'No Preference',
 If(Not Match(Group, 'ABC', 'DEF), Group, 'No Preference'))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 15:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields-handle-nulls/m-p/1692445#M52911</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-04-09T15:12:55Z</dc:date>
    </item>
  </channel>
</rss>

