<?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: null values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/null-values/m-p/1418310#M514471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be change representation value NULL to zero?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173703_1.jpg" style="height: 356px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Aug 2017 12:20:47 GMT</pubDate>
    <dc:creator>ahaahaaha</dc:creator>
    <dc:date>2017-08-17T12:20:47Z</dc:date>
    <item>
      <title>null values</title>
      <link>https://community.qlik.com/t5/QlikView/null-values/m-p/1418309#M514470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a expression like &lt;IMG alt="data_2.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173705_data_2.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF([ABC Indicator]='A',IF(COUNT([Batch ID])&amp;gt;=20,1,1-fabs((20-COUNT([Batch ID]))/20)),IF([ABC Indicator]='C',IF(COUNT([Batch ID])&amp;lt;=12,1,1-fabs((12-COUNT([Batch ID]))/12)),&lt;/P&gt;&lt;P&gt;IF([ABC Indicator]='B',IF(COUNT([Batch ID])&amp;gt;24,1-fabs((24-COUNT([Batch ID]))/24),IF(COUNT([Batch ID])&amp;lt;11,1-fabs((11-COUNT([Batch ID]))/11),1)))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For certain batch id's the values of the expression is null . How to eliminate the null values in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please suggest me how to eliminate the null symbol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 12:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-values/m-p/1418309#M514470</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2017-08-17T12:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: null values</title>
      <link>https://community.qlik.com/t5/QlikView/null-values/m-p/1418310#M514471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be change representation value NULL to zero?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173703_1.jpg" style="height: 356px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 12:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-values/m-p/1418310#M514471</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-08-17T12:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: null values</title>
      <link>https://community.qlik.com/t5/QlikView/null-values/m-p/1418311#M514472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above suggestion works but is there option to re write the expression using is null statement. I just looking at other possibilities ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advice &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 12:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-values/m-p/1418311#M514472</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2017-08-17T12:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: null values</title>
      <link>https://community.qlik.com/t5/QlikView/null-values/m-p/1418312#M514473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be field name change to expression, like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(IsNull([YourFieldName])=-1, 0, [&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;YourFieldName])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Andrey&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 13:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-values/m-p/1418312#M514473</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-08-17T13:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: null values</title>
      <link>https://community.qlik.com/t5/QlikView/null-values/m-p/1418313#M514474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I must not show any corresponding dimension values and related expression values also. &lt;/P&gt;&lt;P&gt;Kindly suggest some approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 08:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-values/m-p/1418313#M514474</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2017-08-18T08:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: null values</title>
      <link>https://community.qlik.com/t5/QlikView/null-values/m-p/1418314#M514475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try on this option , thanks for the suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 09:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-values/m-p/1418314#M514475</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2017-08-18T09:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: null values</title>
      <link>https://community.qlik.com/t5/QlikView/null-values/m-p/1418315#M514476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a straight table, a row will disappear if all expression columns either produce NULL or 0. You can force this by testing the value of expression column Hit% by name. For example, in the next expression, you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=IF (Not IsNull([Hit%]), &lt;EM&gt;ExpressionForThisColumn&lt;/EM&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which will also result in a NULL value if column Hit% contains NULL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 11:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-values/m-p/1418315#M514476</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-08-18T11:33:59Z</dc:date>
    </item>
  </channel>
</rss>

