<?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: Set Analysis for Null condition (Qlik Sense) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Null-condition-Qlik-Sense/m-p/1322130#M28558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, your solution worked like a charm. Your answer suggestion was exactly what I was looking for, just needed to add closing quote and bracket. I appreciate your help! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;&lt;/P&gt;&lt;P&gt;1=1&lt;/P&gt;&lt;P&gt;,ID = {"=DelayFlag &amp;lt;&amp;gt; 1"}&lt;/P&gt;&lt;P&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;Distinct Id)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 May 2017 20:16:49 GMT</pubDate>
    <dc:creator>wdchristensen</dc:creator>
    <dc:date>2017-05-10T20:16:49Z</dc:date>
    <item>
      <title>Set Analysis for Null condition (Qlik Sense)</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Null-condition-Qlik-Sense/m-p/1322128#M28556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field called Delay flag and I want to count all occurrences of null values and some other conditions (simplified below into 1=1). The only values in the DelayFlag field are 1 and null. So I thought I could use the not 1 logic but this gives all zeros. Please help me rewrite this statement correctly. Thanks community! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;&lt;/P&gt;&lt;P&gt;1=1&lt;/P&gt;&lt;P&gt;,DelayFlag = -&amp;nbsp; {'1'}&lt;/P&gt;&lt;P&gt;//,DelayFlag =&amp;nbsp; Null&lt;/P&gt;&lt;P&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;Distinct Id)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 19:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Null-condition-Qlik-Sense/m-p/1322128#M28556</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2017-05-10T19:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Null condition (Qlik Sense)</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Null-condition-Qlik-Sense/m-p/1322129#M28557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Count({&amp;lt;Id = {"=Len(Trim(DelayFlag)) = 0"}&amp;gt;} Distinct Id)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count({&amp;lt;Id = {"=DelayFlag &amp;lt;&amp;gt; 1"}&amp;gt;} Distinct Id)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;UPDATE: Added the closing "} which were missing earlier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 19:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Null-condition-Qlik-Sense/m-p/1322129#M28557</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-10T19:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Null condition (Qlik Sense)</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Null-condition-Qlik-Sense/m-p/1322130#M28558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, your solution worked like a charm. Your answer suggestion was exactly what I was looking for, just needed to add closing quote and bracket. I appreciate your help! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;&lt;/P&gt;&lt;P&gt;1=1&lt;/P&gt;&lt;P&gt;,ID = {"=DelayFlag &amp;lt;&amp;gt; 1"}&lt;/P&gt;&lt;P&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;Distinct Id)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 20:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Null-condition-Qlik-Sense/m-p/1322130#M28558</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2017-05-10T20:16:49Z</dc:date>
    </item>
  </channel>
</rss>

