<?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 values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/null-values/m-p/1407803#M426108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a measure that returns null values : &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177612_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to remove null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the expression of SLA Globale : =Interval(Sum(TOTAL &amp;lt;[Code Cas], [Date de commande], SLA_GLOBAL, [Statut Cas]&amp;gt; Interval#(SLA_GLOBAL, 's')), 'm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Sep 2017 11:12:26 GMT</pubDate>
    <dc:creator>master_student</dc:creator>
    <dc:date>2017-09-25T11:12:26Z</dc:date>
    <item>
      <title>null values</title>
      <link>https://community.qlik.com/t5/QlikView/null-values/m-p/1407803#M426108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a measure that returns null values : &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177612_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to remove null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the expression of SLA Globale : =Interval(Sum(TOTAL &amp;lt;[Code Cas], [Date de commande], SLA_GLOBAL, [Statut Cas]&amp;gt; Interval#(SLA_GLOBAL, 's')), 'm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-values/m-p/1407803#M426108</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-09-25T11:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: null values</title>
      <link>https://community.qlik.com/t5/QlikView/null-values/m-p/1407804#M426109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try simple if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if&lt;STRONG&gt;(&lt;/STRONG&gt; Interval(Sum(TOTAL &amp;lt;[Code Cas], [Date de commande], SLA_GLOBAL, [Statut Cas]&amp;gt; Interval#(SLA_GLOBAL, 's')), 'm') &lt;STRONG&gt;&amp;gt; 0&lt;/STRONG&gt; ,&lt;/P&gt;&lt;P&gt;Interval(Sum(TOTAL &amp;lt;[Code Cas], [Date de commande], SLA_GLOBAL, [Statut Cas]&amp;gt; Interval#(SLA_GLOBAL, 's')), 'm')&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-values/m-p/1407804#M426109</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-25T11:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: null values</title>
      <link>https://community.qlik.com/t5/QlikView/null-values/m-p/1407805#M426110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you saying that 0 is essentially null? and you want the second row to go away?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-values/m-p/1407805#M426110</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-25T11:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: null values</title>
      <link>https://community.qlik.com/t5/QlikView/null-values/m-p/1407806#M426111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-values/m-p/1407806#M426111</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-09-25T11:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: null values</title>
      <link>https://community.qlik.com/t5/QlikView/null-values/m-p/1407807#M426112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There seems to be other columns (which you might not have included in your screenshot)... are those all 0s? or is there a value within some of them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-values/m-p/1407807#M426112</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-25T11:33:22Z</dc:date>
    </item>
  </channel>
</rss>

