<?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 retain Numeric format (e.g. 0.00 or 0.000000000) during load and calculations in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-retain-Numeric-format-e-g-0-00-or-0-000000000-during-load/m-p/511420#M191088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try with &lt;STRONG&gt;Num&lt;/STRONG&gt; function like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(11.296 , '###0.00')&amp;nbsp; --&amp;gt; Num function automatically rounds the value into decimals as you mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Num(Amout,'###0.00') AS Amout,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num((Amount * Units) ,'###0.00') AS NetSaleAmount&lt;/P&gt;&lt;P&gt;From Source;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 20:11:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-19T20:11:59Z</dc:date>
    <item>
      <title>How to retain Numeric format (e.g. 0.00 or 0.000000000) during load and calculations</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retain-Numeric-format-e-g-0-00-or-0-000000000-during-load/m-p/511419#M191087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I force QlikView to retain the numeric format of data it is loading instead of changing it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to load amount fields (2 decimal places) and do some calculations with them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the time this works, but in some instances QlikView is changing the format of the number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, instead of keeping&amp;nbsp;&amp;nbsp; 30.36,&amp;nbsp; it is coming in as 30.3599999999997.&lt;/P&gt;&lt;P&gt;This is throwing off all the calculations - and when I try to do a check to see if two numbers match they don't.&lt;/P&gt;&lt;P&gt;Strangely, even if I round the numbers first, they are not matching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure I am missing something simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 19:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retain-Numeric-format-e-g-0-00-or-0-000000000-during-load/m-p/511419#M191087</guid>
      <dc:creator />
      <dc:date>2013-12-19T19:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to retain Numeric format (e.g. 0.00 or 0.000000000) during load and calculations</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retain-Numeric-format-e-g-0-00-or-0-000000000-during-load/m-p/511420#M191088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try with &lt;STRONG&gt;Num&lt;/STRONG&gt; function like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(11.296 , '###0.00')&amp;nbsp; --&amp;gt; Num function automatically rounds the value into decimals as you mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Num(Amout,'###0.00') AS Amout,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num((Amount * Units) ,'###0.00') AS NetSaleAmount&lt;/P&gt;&lt;P&gt;From Source;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 20:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retain-Numeric-format-e-g-0-00-or-0-000000000-during-load/m-p/511420#M191088</guid>
      <dc:creator />
      <dc:date>2013-12-19T20:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to retain Numeric format (e.g. 0.00 or 0.000000000) during load and calculations</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retain-Numeric-format-e-g-0-00-or-0-000000000-during-load/m-p/511421#M191089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay I did get Round to work, but had to put it on each numeric field in the calculation - as well as outside the entire calculation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There must be an easier way!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 21:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retain-Numeric-format-e-g-0-00-or-0-000000000-during-load/m-p/511421#M191089</guid>
      <dc:creator />
      <dc:date>2013-12-19T21:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to retain Numeric format (e.g. 0.00 or 0.000000000) during load and calculations</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retain-Numeric-format-e-g-0-00-or-0-000000000-during-load/m-p/511422#M191090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just outside of entire calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 21:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retain-Numeric-format-e-g-0-00-or-0-000000000-during-load/m-p/511422#M191090</guid>
      <dc:creator />
      <dc:date>2013-12-19T21:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to retain Numeric format (e.g. 0.00 or 0.000000000) during load and calculations</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retain-Numeric-format-e-g-0-00-or-0-000000000-during-load/m-p/511423#M191091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyTable:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount * Rate as AmountOK;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(Amount,'#,##0.00') as Amount,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(Rate, '#,##0.00') as Rate&lt;/P&gt;&lt;P&gt;From Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or to be sure&amp;nbsp;&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyTable:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(Amount * Rate,'#,##0.00') as AmountOK;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(Amount,'#,##0.00') as Amount,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(Rate, '#,##0.00') as Rate&lt;/P&gt;&lt;P&gt;From Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I think the first option works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 21:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retain-Numeric-format-e-g-0-00-or-0-000000000-during-load/m-p/511423#M191091</guid>
      <dc:creator />
      <dc:date>2013-12-19T21:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to retain Numeric format (e.g. 0.00 or 0.000000000) during load and calculations</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retain-Numeric-format-e-g-0-00-or-0-000000000-during-load/m-p/511424#M191092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set the numeric formatting for any field by going to Setting -&amp;gt; Document Properties and selecting the Number tab.&amp;nbsp; This will set the formatting for the entire document (except when it is overridden at the object or expression level)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 22:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retain-Numeric-format-e-g-0-00-or-0-000000000-during-load/m-p/511424#M191092</guid>
      <dc:creator>Josh_Good</dc:creator>
      <dc:date>2013-12-19T22:06:43Z</dc:date>
    </item>
  </channel>
</rss>

