<?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: num function shows -0% when divisor is negative in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/num-function-shows-0-when-divisor-is-negative/m-p/1744110#M453132</link>
    <description>&lt;P&gt;Hi, thanks Brett this is actually good news.&amp;nbsp; i will forward to our admins.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Sep 2020 19:16:46 GMT</pubDate>
    <dc:creator>edwin</dc:creator>
    <dc:date>2020-09-15T19:16:46Z</dc:date>
    <item>
      <title>num function shows -0% when divisor is negative</title>
      <link>https://community.qlik.com/t5/QlikView/num-function-shows-0-when-divisor-is-negative/m-p/1740313#M452883</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we are currently encountering this issue and cant find any reference to it anywhere:&lt;BR /&gt;when using num(&lt;EM&gt;formula&lt;/EM&gt;,'#.##%;(#.##%)').&amp;nbsp; when we have normal values like 1/12, or 1/-12 we get the expected values and formats (negatives in brackets).&amp;nbsp; however, when we have calculations like 0/-12, the formatting is overridden and we get -0.00%&lt;BR /&gt;&lt;BR /&gt;these are the sample scenarios:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=num(0/-12, '#.##%;(#.##%)')&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;=num(0/12, '#.##%;(#.##%)')&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;=num(1/-12, '#.##%;(#.##%)')&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" width="628px" cellspacing="0" cellpadding="2"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="211px"&gt;&lt;FONT color="#363636"&gt;-0.00%&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="206px"&gt;&lt;FONT color="#363636"&gt;0.00%&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="211px"&gt;&lt;P&gt;&lt;FONT color="#363636"&gt;(8.33%)&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;our expectation was for the first one to show 0.00%&amp;nbsp; not -0.00%&lt;/P&gt;&lt;P&gt;we are using Qlikview Nov 2017 SR5 Version 12.20.20600.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i noted that when i use the desktop edition, the first scenario is represented correctly as 0.00%&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;edwin.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/num-function-shows-0-when-divisor-is-negative/m-p/1740313#M452883</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2024-11-16T18:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: num function shows -0% when divisor is negative</title>
      <link>https://community.qlik.com/t5/QlikView/num-function-shows-0-when-divisor-is-negative/m-p/1744084#M453129</link>
      <description>&lt;P&gt;This appears to be a known issue with reference QV-14869 and is fixed in 12.30 and later tracks.&amp;nbsp; You should be updating anyway, as support for 12.20 track will be ending in a couple of months, so I would suggest working on the update to 12.30 or later track to avoid being out of support come November and if you still see the issue post upgrade, open a support case with us.&amp;nbsp; I do not believe R&amp;amp;D will entertain address anything like this in the 12.20 track given the closeness to the support expiration of the release.&amp;nbsp; Sorry I do not have better news for you.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 18:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/num-function-shows-0-when-divisor-is-negative/m-p/1744084#M453129</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-09-15T18:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: num function shows -0% when divisor is negative</title>
      <link>https://community.qlik.com/t5/QlikView/num-function-shows-0-when-divisor-is-negative/m-p/1744109#M453131</link>
      <description>&lt;P&gt;Meanwhile, you could try the following&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If(Denominator&amp;lt;0, Fabs(Your Expression), YourExpression)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 15 Sep 2020 19:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/num-function-shows-0-when-divisor-is-negative/m-p/1744109#M453131</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2020-09-15T19:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: num function shows -0% when divisor is negative</title>
      <link>https://community.qlik.com/t5/QlikView/num-function-shows-0-when-divisor-is-negative/m-p/1744110#M453132</link>
      <description>&lt;P&gt;Hi, thanks Brett this is actually good news.&amp;nbsp; i will forward to our admins.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 19:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/num-function-shows-0-when-divisor-is-negative/m-p/1744110#M453132</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-09-15T19:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: num function shows -0% when divisor is negative</title>
      <link>https://community.qlik.com/t5/QlikView/num-function-shows-0-when-divisor-is-negative/m-p/1744111#M453133</link>
      <description>&lt;P&gt;Hi Vamsee, thanks for the response.&amp;nbsp; we do have a work around as it is trivial once weve figured its a "bug".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 19:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/num-function-shows-0-when-divisor-is-negative/m-p/1744111#M453133</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-09-15T19:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: num function shows -0% when divisor is negative</title>
      <link>https://community.qlik.com/t5/QlikView/num-function-shows-0-when-divisor-is-negative/m-p/1768751#M454471</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14114"&gt;@Brett_Bleess&lt;/a&gt;&amp;nbsp;we finally upgraded and yes the problem was resolved.&amp;nbsp; happy ending to that chapter&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 21:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/num-function-shows-0-when-divisor-is-negative/m-p/1768751#M454471</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-15T21:23:05Z</dc:date>
    </item>
  </channel>
</rss>

