<?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: Bold Zero Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bold-Zero-Values/m-p/37036#M776073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the app you are trying on? And suppress values when null does not work bcoz there are no nulls from that expression, you said you are getting 0's right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Apr 2018 19:03:07 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-04-30T19:03:07Z</dc:date>
    <item>
      <title>Bold Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Bold-Zero-Values/m-p/37032#M776069</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;I have an expression that sums the last 12 months values but I will like to either hide the zero values or display dash "-" for zero values.&lt;/P&gt;&lt;P&gt;My expression is&lt;/P&gt;&lt;P&gt;=sum($(vset12months_set) EEHireCount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help to include in this expression that will force 0 values to display nothing or dashes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bold-Zero-Values/m-p/37032#M776069</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bold Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Bold-Zero-Values/m-p/37033#M776070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are you displaying these values in a table box or straight or pivot charts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can suppress 0 values in Presentation tab Check suppress when values 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does your current expression works? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2018 18:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bold-Zero-Values/m-p/37033#M776070</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-30T18:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bold Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Bold-Zero-Values/m-p/37034#M776071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The number format pattern provides for three values separated by semicolon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;positive;negative;zero&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the third value to specify how you want zeros formatted. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;#,##0;(#,00#);-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this format mask zeros will display as "-". To display as blanks specify nothing after the second semicolon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the pattern in the chart Number pane or in the expression itself with a Num() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=Num(sum($(vset12months_set) EEHireCount), "&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;#,##0;(#,00#);-"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2018 18:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bold-Zero-Values/m-p/37034#M776071</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-04-30T18:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bold Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Bold-Zero-Values/m-p/37035#M776072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I tried this but it didn't work. Im also checked the box for suppress values when null and still didn't&amp;nbsp; work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2018 18:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bold-Zero-Values/m-p/37035#M776072</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-04-30T18:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bold Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Bold-Zero-Values/m-p/37036#M776073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the app you are trying on? And suppress values when null does not work bcoz there are no nulls from that expression, you said you are getting 0's right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2018 19:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bold-Zero-Values/m-p/37036#M776073</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-30T19:03:07Z</dc:date>
    </item>
  </channel>
</rss>

