<?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 Null Function. in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Null-Function/m-p/344616#M689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so your expression (where? in a calculated dimension?) looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;=if(FullName = 'MISSING NAME!', null(),FullName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see no real problem at the moment, but maybe I am not getting your set-up properly. When you are saying, 'it's just not working', what do you mean, do you still get 'Missing Name' as dimension value? Could you please post a screenshot and your dimensions / expressions / dimension, expression and presentation chart properties or best a small sample app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2012 13:48:52 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-04-10T13:48:52Z</dc:date>
    <item>
      <title>Null Function.</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Null-Function/m-p/344613#M686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi their.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get Rid of the "MISSING NAME" Bar in my BAR CHART using the NULL function, but it's just not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(FullName = 'MISSING NAME!', null(),&lt;/P&gt;&lt;P&gt; if(FullName = '11', null(),&lt;/P&gt;&lt;P&gt; if(FullName = '.', null(),&lt;/P&gt;&lt;P&gt; if(FullName = ' ', Null(), FullName))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 11:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Null-Function/m-p/344613#M686</guid>
      <dc:creator />
      <dc:date>2012-04-10T11:36:25Z</dc:date>
    </item>
    <item>
      <title>Null Function.</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Null-Function/m-p/344614#M687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you use above as calculated dimension? Have you checked 'suppress when value is NULL' then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be equivalent:&lt;/P&gt;&lt;P&gt;=if(FullName &amp;lt;&amp;gt; 'MISSING NAME!' and FullName &amp;lt;&amp;gt; '11' and FullName &amp;lt;&amp;gt; '.' and FullName = ' ',FullName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;=if(not match(FullName,'MISSING NAME!','11','.',' '),FullName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or what do you use as dimension and expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using a calculated dimension, you could probably use a set expression to filter your values, e.g. when using something like sum(Value):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;FullName -= {'Missing Name!','11','.',' '}&amp;gt;} Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 11:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Null-Function/m-p/344614#M687</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-04-10T11:56:19Z</dc:date>
    </item>
    <item>
      <title>Null Function.</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Null-Function/m-p/344615#M688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Swuehl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its just for the field of MISSING NAME, not the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;=if(FullName = 'MISSING NAME!', null(),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Apologize for that.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 12:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Null-Function/m-p/344615#M688</guid>
      <dc:creator />
      <dc:date>2012-04-10T12:06:36Z</dc:date>
    </item>
    <item>
      <title>Null Function.</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Null-Function/m-p/344616#M689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so your expression (where? in a calculated dimension?) looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;=if(FullName = 'MISSING NAME!', null(),FullName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see no real problem at the moment, but maybe I am not getting your set-up properly. When you are saying, 'it's just not working', what do you mean, do you still get 'Missing Name' as dimension value? Could you please post a screenshot and your dimensions / expressions / dimension, expression and presentation chart properties or best a small sample app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 13:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Null-Function/m-p/344616#M689</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-04-10T13:48:52Z</dc:date>
    </item>
  </channel>
</rss>

