<?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: Rounding Numeric value does not work in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rounding-Numeric-value-does-not-work/m-p/450136#M1273199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Num(Value,'###.##')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2012 06:42:38 GMT</pubDate>
    <dc:creator>sreenivas</dc:creator>
    <dc:date>2012-12-19T06:42:38Z</dc:date>
    <item>
      <title>Rounding Numeric value does not work</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-Numeric-value-does-not-work/m-p/450135#M1273198</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;Let's just get to the point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I grabed numeric value from database to qlikview (e.g. 245.47), &lt;/P&gt;&lt;P&gt;qlikview didnt represent the numeric value as exactly 245.47, but instead 247.47000000029 (when i format it to 10 decimal places).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why. how to get the data to show exactly 245.47 or 245.4700000000000.&lt;/P&gt;&lt;P&gt;i tried to use round function Round(value, 0.01) but i still have 247.47000000029. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-Numeric-value-does-not-work/m-p/450135#M1273198</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding Numeric value does not work</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-Numeric-value-does-not-work/m-p/450136#M1273199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Num(Value,'###.##')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 06:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-Numeric-value-does-not-work/m-p/450136#M1273199</guid>
      <dc:creator>sreenivas</dc:creator>
      <dc:date>2012-12-19T06:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding Numeric value does not work</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-Numeric-value-does-not-work/m-p/450137#M1273201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u want to display in chart, go to number tab and there u can find different options. else u can use num function in backend. hope it will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Khadeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 06:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-Numeric-value-does-not-work/m-p/450137#M1273201</guid>
      <dc:creator>khadeer</dc:creator>
      <dc:date>2012-12-19T06:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding Numeric value does not work</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-Numeric-value-does-not-work/m-p/450138#M1273205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use expression :num(#,##0.00) or if you want to do it in pivot chart then in seeting of chart go to number tab there you fixed decimal value 2 and then u ll see on right side a pattern came... so, in which pattern you want to see check there&lt;/P&gt;&lt;P&gt;hope it helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 06:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-Numeric-value-does-not-work/m-p/450138#M1273205</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2012-12-19T06:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding Numeric value does not work</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-Numeric-value-does-not-work/m-p/450139#M1273209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i used the function i the load script but i keep getting &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;247.47000000029&lt;/SPAN&gt; when I show the value in chart / list box.&lt;/P&gt;&lt;P&gt;I would it at least be &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;247.47000000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 06:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-Numeric-value-does-not-work/m-p/450139#M1273209</guid>
      <dc:creator />
      <dc:date>2012-12-19T06:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding Numeric value does not work</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-Numeric-value-does-not-work/m-p/450140#M1273213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use expression :num(#,##0.00) or if you want to do it in pivot chart then in seeting of chart go to number tab there you fixed decimal value 2 and then u ll see on right side a pattern came... so, in which pattern you want to see check there&lt;/P&gt;&lt;P&gt;hope it helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 11:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-Numeric-value-does-not-work/m-p/450140#M1273213</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2012-12-19T11:08:26Z</dc:date>
    </item>
  </channel>
</rss>

