<?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: Replace Zeros with Empty Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-Zeros-with-Empty-Values/m-p/1205197#M876577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have three columns in my pivot table, when i use this some records were exclude even the &amp;gt;0 values in another coulm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Sum({&amp;lt;Type = {AAA}&amp;gt;} Hours) &amp;gt; 0, &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Sum({&amp;lt;Type = {AAA}&amp;gt;} Hours),'')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solve the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2016 10:17:32 GMT</pubDate>
    <dc:creator>anuradhaa</dc:creator>
    <dc:date>2016-10-19T10:17:32Z</dc:date>
    <item>
      <title>Replace Zeros with Empty Values</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Zeros-with-Empty-Values/m-p/1205193#M876573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an expression and sometime the output value is "0". I want to replace it with ""&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression - sum( {$&amp;lt;Type={AAA}&amp;gt;} Hours )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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/Replace-Zeros-with-Empty-Values/m-p/1205193#M876573</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Zeros with Empty Values</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Zeros-with-Empty-Values/m-p/1205194#M876574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use an if statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum({&amp;lt;Type = {AAA}&amp;gt;} Hours) &amp;gt; 0, &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Type = {AAA}&amp;gt;} Hours))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 10:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Zeros-with-Empty-Values/m-p/1205194#M876574</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-19T10:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Zeros with Empty Values</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Zeros-with-Empty-Values/m-p/1205195#M876575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or you can do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Type = {AAA}&amp;gt;} Hours) * (&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Avg({&amp;lt;Type = {AAA}&amp;gt;} Hours)/&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Avg({&amp;lt;Type = {AAA}&amp;gt;} Hours))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 10:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Zeros-with-Empty-Values/m-p/1205195#M876575</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-19T10:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Zeros with Empty Values</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Zeros-with-Empty-Values/m-p/1205196#M876576</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;You can also try option to suppress 0 values from expression. setting&amp;gt;presentation&amp;gt;suppress zero value option checked in.. &lt;/P&gt;&lt;P&gt;other wise sunny answer should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 10:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Zeros-with-Empty-Values/m-p/1205196#M876576</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2016-10-19T10:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Zeros with Empty Values</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Zeros-with-Empty-Values/m-p/1205197#M876577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have three columns in my pivot table, when i use this some records were exclude even the &amp;gt;0 values in another coulm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Sum({&amp;lt;Type = {AAA}&amp;gt;} Hours) &amp;gt; 0, &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Sum({&amp;lt;Type = {AAA}&amp;gt;} Hours),'')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solve the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 10:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Zeros-with-Empty-Values/m-p/1205197#M876577</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2016-10-19T10:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Zeros with Empty Values</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Zeros-with-Empty-Values/m-p/1205198#M876578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your three columns are three expressions or are you just using a pivoted dimension with just 1 expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 10:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Zeros-with-Empty-Values/m-p/1205198#M876578</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-19T10:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Zeros with Empty Values</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Zeros-with-Empty-Values/m-p/1205199#M876579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check from Presentation Tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141181_Capture.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 10:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Zeros-with-Empty-Values/m-p/1205199#M876579</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-19T10:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Zeros with Empty Values</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Zeros-with-Empty-Values/m-p/1205200#M876580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, You are correct. In one column i'm getting sums of other two columns and that is the column that i have question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(hours) - [col 1]&amp;nbsp; - [col 2].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my solution also wrong even though it display the raw the values are incorrect. Then i have replace coulm names in the expression with whole expression, then issue resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Sunny. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 10:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Zeros-with-Empty-Values/m-p/1205200#M876580</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2016-10-19T10:37:39Z</dc:date>
    </item>
  </channel>
</rss>

