<?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: Suppress missing or zero values is not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116879#M368559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Tried that also but not working.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Round($(PY)) = 0, Null() ,(( $(YTD) - $(PY) )/ $(PY)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure how qlikview is evaluating the if expression. if PY is 0 and we are defaulting it to null(). Don't why it's showing missing value null.&lt;/P&gt;&lt;P&gt;One thing I observed It's eliminating lowest dimension value but not the total at second dimension level. When I am writing &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Round($(PY)) = 0, Null() ,1), &lt;/STRONG&gt;It's ignoring all the suppress value but when we writing expression it's not working.&lt;/P&gt;&lt;P&gt;Is it because of expression qlikview evaluating in else part at second level of dimension.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jul 2016 03:53:08 GMT</pubDate>
    <dc:creator>mohit1947</dc:creator>
    <dc:date>2016-07-09T03:53:08Z</dc:date>
    <item>
      <title>Suppress missing or zero values is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116873#M368553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have YOY % calculation where I using below farmula.&lt;/P&gt;&lt;P&gt;if( fabs($(PY)) &amp;gt; 1 ,(( $(YTD) - $(PY) )/ $(PY)),null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it's still showing that null value in Table.&lt;/P&gt;&lt;P&gt;If you look at the value of %YOY column there is null value is coming for new. If i disable YOY column it is suppressing the value the row for new.&lt;/P&gt;&lt;P&gt;One more thing i noticed it's suppressing the value of book 5 under new but not new(as total).&lt;/P&gt;&lt;P&gt;It's a straight table i m using over here.&lt;/P&gt;&lt;P&gt;Can some body help me in this?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG alt="sample.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130623_sample.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 08:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116873#M368553</guid>
      <dc:creator>mohit1947</dc:creator>
      <dc:date>2016-07-08T08:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress missing or zero values is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116874#M368554</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;Try to suppress null and zero both in dimension and presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 09:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116874#M368554</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2016-07-08T09:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress missing or zero values is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116875#M368555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried adding more decimals to YTD, F'cast, 2015 to check if one of those rows have really small decimal number? May be something like 0.0000000015 which is forcing the "New" row to stay?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 10:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116875#M368555</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T10:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress missing or zero values is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116876#M368556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried that. But no luck.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 12:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116876#M368556</guid>
      <dc:creator>mohit1947</dc:creator>
      <dc:date>2016-07-08T12:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress missing or zero values is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116877#M368557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Hi Sunny,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;I have tried below expression still. It is not working.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;if( fabs($(PY)) = 0, null() ,(( $(YTD) - $(PY) )/ $(PY)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 12:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116877#M368557</guid>
      <dc:creator>mohit1947</dc:creator>
      <dc:date>2016-07-08T12:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress missing or zero values is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116878#M368558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&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: 12px;"&gt;&lt;STRONG&gt;If(Round($(PY)) = 0, Null() ,(( $(YTD) - $(PY) )/ $(PY)))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 14:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116878#M368558</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T14:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress missing or zero values is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116879#M368559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Tried that also but not working.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Round($(PY)) = 0, Null() ,(( $(YTD) - $(PY) )/ $(PY)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure how qlikview is evaluating the if expression. if PY is 0 and we are defaulting it to null(). Don't why it's showing missing value null.&lt;/P&gt;&lt;P&gt;One thing I observed It's eliminating lowest dimension value but not the total at second dimension level. When I am writing &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Round($(PY)) = 0, Null() ,1), &lt;/STRONG&gt;It's ignoring all the suppress value but when we writing expression it's not working.&lt;/P&gt;&lt;P&gt;Is it because of expression qlikview evaluating in else part at second level of dimension.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jul 2016 03:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116879#M368559</guid>
      <dc:creator>mohit1947</dc:creator>
      <dc:date>2016-07-09T03:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress missing or zero values is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116880#M368560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this:may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(Round($(PY)) = 0 &lt;SPAN style="color: #ff0000;"&gt;or Round(&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000;"&gt;(($(YTD) - $(PY))/ $(PY))&lt;/STRONG&gt;&lt;/SPAN&gt;) = 0&lt;/SPAN&gt;, Null() , (($(YTD) - $(PY))/ $(PY)))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jul 2016 12:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116880#M368560</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-09T12:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress missing or zero values is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116881#M368561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this:&lt;/P&gt;&lt;P&gt;if( fabs($(PY)) &amp;gt; 1 ,(( $(YTD) - $(PY) )/ $(PY)),0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jul 2016 15:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116881#M368561</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2016-07-09T15:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress missing or zero values is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116882#M368562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's also not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohit &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 13:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116882#M368562</guid>
      <dc:creator>mohit1947</dc:creator>
      <dc:date>2016-07-11T13:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress missing or zero values is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116883#M368563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would sharing a sample a possibility?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 14:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-missing-or-zero-values-is-not-working/m-p/1116883#M368563</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-11T14:16:50Z</dc:date>
    </item>
  </channel>
</rss>

