<?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: Displaying of Zero values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875464#M305740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As it is a detail report, there are so many Dollar amounts and most of the values are 0's. So to get the values be iconic they asked to suppress zero dollar amount($0.00).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 May 2015 19:39:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-17T19:39:24Z</dc:date>
    <item>
      <title>Displaying of Zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875460#M305736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I was asked to show zero values as null ( - ) . then i should write each expression as&lt;/P&gt;&lt;P&gt;if(sum(Amount)=0,null(),sum(Amount))&lt;/P&gt;&lt;P&gt;But the problem is i am having almost 15 expressions, so i guess it is not a good option. Is there a way to show zero as null?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2015 17:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875460#M305736</guid>
      <dc:creator />
      <dc:date>2015-05-17T17:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying of Zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875461#M305737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Besides that showing 0 as null is misleading, I don't see problems with your approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2015 18:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875461#M305737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-17T18:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying of Zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875462#M305738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I have done on occasion is use a Text Color expression on the expression itself to set the text color to the same color as the background so it becomes invisible when zero. :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(sum(Amount)=0,White())&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2015 18:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875462#M305738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-17T18:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying of Zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875463#M305739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just had thought, you could use this for as an Integer Number Format to display zero as -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;#,##0;-#,##0;-&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;Or this to display it as blank, the easily missed semi colon at the ended is needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #,##0;-#,##0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2015 18:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875463#M305739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-17T18:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying of Zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875464#M305740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As it is a detail report, there are so many Dollar amounts and most of the values are 0's. So to get the values be iconic they asked to suppress zero dollar amount($0.00).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2015 19:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875464#M305740</guid>
      <dc:creator />
      <dc:date>2015-05-17T19:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying of Zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875465#M305741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a good idea. Thank you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2015 19:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875465#M305741</guid>
      <dc:creator />
      <dc:date>2015-05-17T19:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying of Zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875466#M305742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can't be applied in my situation as i have summation of multiple age band values... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2015 19:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875466#M305742</guid>
      <dc:creator />
      <dc:date>2015-05-17T19:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying of Zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875467#M305743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does make sense, but you still can use a presentation which is not misleading.&amp;nbsp; I'd better go with the "color" suggestion from &lt;A href="https://community.qlik.com/qlik-users/76197"&gt;bill.markham&lt;/A&gt;‌ above with one minor difference - use light color for the zero-values, e.g.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;if(sum(Amount)=0,rgb(200,200,200))&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2015 22:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875467#M305743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-17T22:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying of Zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875468#M305744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I will use it. I will suggest this one too. Thank you for guiding me in right path.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 02:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-of-Zero-values/m-p/875468#M305744</guid>
      <dc:creator />
      <dc:date>2015-05-18T02:49:16Z</dc:date>
    </item>
  </channel>
</rss>

