<?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 nul values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/nul-values/m-p/1189642#M384541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello nice people &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to add a condition in my expression; the condition is to count cases only if the status dimension &amp;lt;&amp;gt; from nul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the expression&amp;nbsp; : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(if(LONG_DESC_STATUS &amp;lt;&amp;gt; 'Demande ' AND LONG_DESC_STATUS &amp;lt;&amp;gt; 'Info ' AND LONG_DESC_STATUS &amp;lt;&amp;gt; 'Abandonné' AND LONG_DESC_STATUS &amp;lt;&amp;gt; ' ',if((date([Date création],'DD/MM/YYYY'))&amp;gt;=(date(Max_date-7,'DD/MM/YYYY')),CASE_ID)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it didn't work, it always count the null values of the &lt;SPAN style="font-size: 13.3333px;"&gt;LONG_DESC_STATUS dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Any idea please&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2016 14:13:54 GMT</pubDate>
    <dc:creator>master_student</dc:creator>
    <dc:date>2016-09-21T14:13:54Z</dc:date>
    <item>
      <title>nul values</title>
      <link>https://community.qlik.com/t5/QlikView/nul-values/m-p/1189642#M384541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello nice people &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to add a condition in my expression; the condition is to count cases only if the status dimension &amp;lt;&amp;gt; from nul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the expression&amp;nbsp; : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(if(LONG_DESC_STATUS &amp;lt;&amp;gt; 'Demande ' AND LONG_DESC_STATUS &amp;lt;&amp;gt; 'Info ' AND LONG_DESC_STATUS &amp;lt;&amp;gt; 'Abandonné' AND LONG_DESC_STATUS &amp;lt;&amp;gt; ' ',if((date([Date création],'DD/MM/YYYY'))&amp;gt;=(date(Max_date-7,'DD/MM/YYYY')),CASE_ID)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it didn't work, it always count the null values of the &lt;SPAN style="font-size: 13.3333px;"&gt;LONG_DESC_STATUS dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Any idea please&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 14:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nul-values/m-p/1189642#M384541</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2016-09-21T14:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: nul values</title>
      <link>https://community.qlik.com/t5/QlikView/nul-values/m-p/1189643#M384542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you test with isnull?&lt;/P&gt;&lt;P&gt;AND not isnull(LONG_DESC_STATUS),if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similiar would be do use len&lt;/P&gt;&lt;P&gt;AND len(LONG_DESC_STATUS)&amp;gt; 0,if&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 14:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nul-values/m-p/1189643#M384542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-21T14:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: nul values</title>
      <link>https://community.qlik.com/t5/QlikView/nul-values/m-p/1189644#M384543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 14:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nul-values/m-p/1189644#M384543</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2016-09-21T14:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: nul values</title>
      <link>https://community.qlik.com/t5/QlikView/nul-values/m-p/1189645#M384544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps This&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(notIsNull(&lt;SPAN style="font-size: 13.3333px;"&gt;LONG_DESC_STATUS),&lt;/SPAN&gt;Count(&lt;SPAN style="font-size: 13.3333px;"&gt;LONG_DESC_STATUS -={'&lt;SPAN style="font-size: 13.3333px;"&gt;Demande ','&lt;SPAN style="font-size: 13.3333px;"&gt;Info','&lt;SPAN style="font-size: 13.3333px;"&gt;Abandonné'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;}&lt;/SPAN&gt; CASE_ID))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First try The above then try the below one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(notIsNull(&lt;SPAN style="font-size: 13.3333px;"&gt;LONG_DESC_STATUS),&lt;/SPAN&gt;Count({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;LONG_DESC_STATUS -={'&lt;SPAN style="font-size: 13.3333px;"&gt;Demande','&lt;SPAN style="font-size: 13.3333px;"&gt;Info','&lt;SPAN style="font-size: 13.3333px;"&gt;Abandonné'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;}, [Date &lt;SPAN style="font-size: 13.3333px;"&gt;création&lt;/SPAN&gt;] = {'&amp;gt;= (Date(Max_date)-7) '}&amp;gt;}&lt;/SPAN&gt; CASE_ID))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 14:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nul-values/m-p/1189645#M384544</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-09-21T14:29:53Z</dc:date>
    </item>
  </channel>
</rss>

