<?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 Formula to show a 0 value? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formula-to-show-a-0-value/m-p/1561542#M743567</link>
    <description>&lt;P&gt;Hi Community! First time posting here, so bear with me please. I suspect my issue is not an easy one, but hopeful I can at least gain some insight, and I'll do my best to explain...&lt;/P&gt;&lt;P&gt;I am trying to present in a dashboard the # of projects for several businesses across various stages of product development. For one business, in one of the stages, there are no projects, so the result should be "0". But when making the selections in the list boxes (Business and Stage), when I choose the Business, the Stage list box knows that the stage I am looking to present on has 0 results and so it does not let me select it. As a result, I cannot get a "0" to show up.&lt;/P&gt;&lt;P&gt;Is there a formula or some kind of statement that can be added to the load file to account for this? Any input would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;JAlex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>JAlex</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Formula to show a 0 value?</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-to-show-a-0-value/m-p/1561542#M743567</link>
      <description>&lt;P&gt;Hi Community! First time posting here, so bear with me please. I suspect my issue is not an easy one, but hopeful I can at least gain some insight, and I'll do my best to explain...&lt;/P&gt;&lt;P&gt;I am trying to present in a dashboard the # of projects for several businesses across various stages of product development. For one business, in one of the stages, there are no projects, so the result should be "0". But when making the selections in the list boxes (Business and Stage), when I choose the Business, the Stage list box knows that the stage I am looking to present on has 0 results and so it does not let me select it. As a result, I cannot get a "0" to show up.&lt;/P&gt;&lt;P&gt;Is there a formula or some kind of statement that can be added to the load file to account for this? Any input would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;JAlex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-to-show-a-0-value/m-p/1561542#M743567</guid>
      <dc:creator>JAlex</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to show a 0 value?</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-to-show-a-0-value/m-p/1572533#M743568</link>
      <description>to convert NULL and empty values to 0 in script i usually do it like this:&lt;BR /&gt;if(len(trim(FIELD))=0, 0, FIELD) as FIELD&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;tim</description>
      <pubDate>Wed, 24 Apr 2019 08:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-to-show-a-0-value/m-p/1572533#M743568</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2019-04-24T08:40:30Z</dc:date>
    </item>
  </channel>
</rss>

