<?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: Calculation logic in text box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculation-logic-in-text-box/m-p/948079#M326410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use round&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=round(101.02-101.01,0.01)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2015 17:22:59 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2015-08-18T17:22:59Z</dc:date>
    <item>
      <title>Calculation logic in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-logic-in-text-box/m-p/948078#M326409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I tried writing the below in a text box&lt;/P&gt;&lt;P&gt;=101.02-101.01 &lt;/P&gt;&lt;P&gt;The result 0.0099999999999909.&lt;/P&gt;&lt;P&gt;What could be the reason for this, how is this calculation being made in the back end.&lt;/P&gt;&lt;P&gt;Am using SR12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 17:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-logic-in-text-box/m-p/948078#M326409</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2015-08-18T17:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation logic in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-logic-in-text-box/m-p/948079#M326410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use round&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=round(101.02-101.01,0.01)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 17:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-logic-in-text-box/m-p/948079#M326410</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-08-18T17:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation logic in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-logic-in-text-box/m-p/948080#M326411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;What could be the reason for this, how is this calculation being made in the back end.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3471"&gt;Rounding Errors&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 17:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-logic-in-text-box/m-p/948080#M326411</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-18T17:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation logic in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-logic-in-text-box/m-p/948081#M326412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView is using 8 byte IEEE 754 double precison floating point number format. It does not represent every possible value accurately. So the number you get is correctly calculated according to the number format and precision you can expect. You should use rounding for display and final reporting purposes. Have a look at Wikipedia and other sources about IEEE 754. Microsoft Excel also stick to this standard as most commercial software also does. It is a very good trade-off between speed, space and necessary precision.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 17:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-logic-in-text-box/m-p/948081#M326412</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-18T17:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation logic in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-logic-in-text-box/m-p/948082#M326413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you try the exact same calculation in Excel and increase the number of displayed decimals sufficiently you will get the same number in fact: &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 161px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" width="161"&gt;0,0099999999999909&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 17:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-logic-in-text-box/m-p/948082#M326413</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-18T17:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation logic in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-logic-in-text-box/m-p/948083#M326414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; lot more to learn &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 17:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-logic-in-text-box/m-p/948083#M326414</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2015-08-18T17:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation logic in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-logic-in-text-box/m-p/948084#M326415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, wanted to know what the logic was. Got it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 17:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-logic-in-text-box/m-p/948084#M326415</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2015-08-18T17:31:22Z</dc:date>
    </item>
  </channel>
</rss>

