<?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 How to remove nulls in the expression from straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-nulls-in-the-expression-from-straight-table/m-p/94001#M15113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Iam using straight table and write expression for score for Yellow Category(i,e.&amp;gt;20 and &amp;lt;=50). I am using below expression &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;=IF((Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&amp;gt;20 and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&amp;lt;=50),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; )&lt;/P&gt;&lt;P&gt;By using this expression iam getting all values and showing only Yellow category score and&amp;nbsp; using below expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;=IF(ISNULL&lt;/SPAN&gt;(&lt;SPAN style="color: #3366ff;"&gt;IF((Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&amp;gt;20 and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&amp;lt;=50),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; ),0,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;IF((Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&amp;gt;20 and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&amp;lt;=50),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; ))&lt;/P&gt;&lt;P&gt;and apply suppress zero value in presentation tab.Now i get null values except yellow category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;&lt;P&gt;Suman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2018 07:47:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-11T07:47:12Z</dc:date>
    <item>
      <title>How to remove nulls in the expression from straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-nulls-in-the-expression-from-straight-table/m-p/94001#M15113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Iam using straight table and write expression for score for Yellow Category(i,e.&amp;gt;20 and &amp;lt;=50). I am using below expression &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;=IF((Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&amp;gt;20 and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&amp;lt;=50),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; )&lt;/P&gt;&lt;P&gt;By using this expression iam getting all values and showing only Yellow category score and&amp;nbsp; using below expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;=IF(ISNULL&lt;/SPAN&gt;(&lt;SPAN style="color: #3366ff;"&gt;IF((Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&amp;gt;20 and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&amp;lt;=50),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; ),0,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;IF((Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&amp;gt;20 and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&amp;lt;=50),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Round(((sum([Continuous Driving without stopping])+sum([Harsh Brakes Count])+sum([Harsh Acceleration count])+sum([Over Speeding Count]))/Sum([Distance in Kms]))*1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; ))&lt;/P&gt;&lt;P&gt;and apply suppress zero value in presentation tab.Now i get null values except yellow category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;&lt;P&gt;Suman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 07:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-nulls-in-the-expression-from-straight-table/m-p/94001#M15113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-11T07:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove nulls in the expression from straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-nulls-in-the-expression-from-straight-table/m-p/94002#M15114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Option 'Suppress zero values' requires that all expressions return zero or NULL if you want the chart line to not show up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 08:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-nulls-in-the-expression-from-straight-table/m-p/94002#M15114</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-10-11T08:01:50Z</dc:date>
    </item>
  </channel>
</rss>

