<?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: How to round 2 numbers after decimal point?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/389560#M1161543</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;If you need to round the numbers properly, use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Round(86.656982, 0.01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Num() will change the display format, but does not round off the underlying number. So:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Round(86.656982, 0.01) = Round(86.660001, 0.01)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Num(86.656982, '#0.00') &amp;lt;&amp;gt; Num(86.660001, '#0.00') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Nov 2012 05:43:12 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2012-11-29T05:43:12Z</dc:date>
    <item>
      <title>How to round 2 numbers after decimal point??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/389557#M1161540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I write one expression in Text Object Expression. Now I got result '86.656982' like this.&lt;/P&gt;&lt;P&gt;I want to round this number like 86.66.&lt;/P&gt;&lt;P&gt;How I do this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 05:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/389557#M1161540</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2012-11-29T05:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to round 2 numbers after decimal point??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/389558#M1161541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use&amp;nbsp;&amp;nbsp; Num(sum(sales),'##.00') ,It wil give you only two decimal points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 05:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/389558#M1161541</guid>
      <dc:creator />
      <dc:date>2012-11-29T05:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to round 2 numbers after decimal point??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/389559#M1161542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ajit,&amp;nbsp;&amp;nbsp; Use round( x [ , base [ , offset ]]) . Find the screenshot it will help.&amp;nbsp; Regards. Siva Sankar K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 05:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/389559#M1161542</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2012-11-29T05:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to round 2 numbers after decimal point??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/389560#M1161543</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;If you need to round the numbers properly, use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Round(86.656982, 0.01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Num() will change the display format, but does not round off the underlying number. So:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Round(86.656982, 0.01) = Round(86.660001, 0.01)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Num(86.656982, '#0.00') &amp;lt;&amp;gt; Num(86.660001, '#0.00') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 05:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/389560#M1161543</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-11-29T05:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to round 2 numbers after decimal point??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/389561#M1161544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&amp;nbsp; jonathan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 05:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/389561#M1161544</guid>
      <dc:creator />
      <dc:date>2012-11-29T05:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to round 2 numbers after decimal point??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/389562#M1161545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usefull answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 05:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/389562#M1161545</guid>
      <dc:creator />
      <dc:date>2015-02-13T05:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to round 2 numbers after decimal point??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/389563#M1161546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;float f = 10.123456F;&lt;/P&gt;&lt;P&gt;float fc = (float)Math.Round(f * 100f) / 100f;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Full Source : &lt;A href="http://net-informations.com/q/faq/round.html"&gt;round a number to 2 decimal places&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mercal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 06:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/389563#M1161546</guid>
      <dc:creator />
      <dc:date>2015-06-09T06:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to round 2 numbers after decimal point??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/1527348#M1161547</link>
      <description>&lt;P&gt;question, this only visually rounded the number.&amp;nbsp; If need to round for a if then statement evaluation.&amp;nbsp; Can you please recommend a solution?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 22:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/1527348#M1161547</guid>
      <dc:creator>mkamal</dc:creator>
      <dc:date>2019-01-07T22:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to round 2 numbers after decimal point??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/1884416#M1217003</link>
      <description>&lt;P&gt;'##,00'&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 11:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/1884416#M1217003</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2022-01-24T11:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to round 2 numbers after decimal point??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/1984432#M1221147</link>
      <description>&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 18:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-round-2-numbers-after-decimal-point/m-p/1984432#M1221147</guid>
      <dc:creator>Felipeaviolin</dc:creator>
      <dc:date>2022-09-22T18:38:05Z</dc:date>
    </item>
  </channel>
</rss>

