<?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 Help for about decimal. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-for-about-decimal/m-p/159835#M505043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think they taken 0.32 instead of 0.32409178531&lt;/P&gt;&lt;P&gt;floor(num('0.32','.##') * num('40648.216','.##')) . This will give you the exact value 13007&lt;/P&gt;&lt;P&gt;-Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2009 16:29:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-18T16:29:31Z</dc:date>
    <item>
      <title>Help for about decimal.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-for-about-decimal/m-p/159834#M505042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In Pivot table , Expression i used the num( ) function. The function is show the decimal place is correct but when the formula was manipulated they used the original value. That mean&lt;/P&gt;&lt;P&gt;i used the function like that,&lt;/P&gt;&lt;P&gt;num('0.32409178531','.##') * num('40648.216','.##') =&amp;gt; 13173.752893&lt;/P&gt;&lt;P&gt;I checked each function's output is correct , num('0.32409178531','.##') output is =&amp;gt; 0.32&lt;/P&gt;&lt;P&gt;num('40648.216','.##') output is =&amp;gt; 40648.22&lt;/P&gt;&lt;P&gt;but combine these functions together&lt;/P&gt;&lt;P&gt;num('0.32409178531','.##') * num('40648.216','.##') output=&amp;gt; 13173.752893&lt;/P&gt;&lt;P&gt;The answer should be, 13007.&lt;/P&gt;&lt;P&gt;Can anybody help me? Thanks a lot for advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 15:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-for-about-decimal/m-p/159834#M505042</guid>
      <dc:creator />
      <dc:date>2009-08-18T15:49:50Z</dc:date>
    </item>
    <item>
      <title>Help for about decimal.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-for-about-decimal/m-p/159835#M505043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think they taken 0.32 instead of 0.32409178531&lt;/P&gt;&lt;P&gt;floor(num('0.32','.##') * num('40648.216','.##')) . This will give you the exact value 13007&lt;/P&gt;&lt;P&gt;-Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 16:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-for-about-decimal/m-p/159835#M505043</guid>
      <dc:creator />
      <dc:date>2009-08-18T16:29:31Z</dc:date>
    </item>
    <item>
      <title>Help for about decimal.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-for-about-decimal/m-p/159836#M505045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;But , i don't want to change the the value '0.32409178531' to '0.32'.&lt;/P&gt;&lt;P&gt;Because in the report the value may not be the fix.&lt;/P&gt;&lt;P&gt;Do you have any other way to do that.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 16:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-for-about-decimal/m-p/159836#M505045</guid>
      <dc:creator />
      <dc:date>2009-08-18T16:45:33Z</dc:date>
    </item>
    <item>
      <title>Help for about decimal.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-for-about-decimal/m-p/159837#M505046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take first two decimal places using functions and multiply with the number.&lt;/P&gt;&lt;P&gt;I think the only reason the value get changed because of '0.32409178531'. If you take only the first two decimal places then the answer will be correct.&lt;/P&gt;&lt;P&gt;-Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 17:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-for-about-decimal/m-p/159837#M505046</guid>
      <dc:creator />
      <dc:date>2009-08-18T17:05:14Z</dc:date>
    </item>
    <item>
      <title>Help for about decimal.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-for-about-decimal/m-p/159838#M505047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Can you try that :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=round(num('0.32409178531','.##'),0.01) * round(num('40648.216','.##'),0.01)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 17:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-for-about-decimal/m-p/159838#M505047</guid>
      <dc:creator />
      <dc:date>2009-08-18T17:45:02Z</dc:date>
    </item>
    <item>
      <title>Help for about decimal.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-for-about-decimal/m-p/159839#M505048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah philippe, your expression will give the answer.&lt;/P&gt;&lt;P&gt;we can use the floor function to get the numeric part.&lt;/P&gt;&lt;P&gt;=Floor(=round(num('0.32409178531','.##'),0.01) * round(num('40648.216','.##'),0.01))&lt;/P&gt;&lt;P&gt;-Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 18:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-for-about-decimal/m-p/159839#M505048</guid>
      <dc:creator />
      <dc:date>2009-08-18T18:12:38Z</dc:date>
    </item>
    <item>
      <title>Help for about decimal.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-for-about-decimal/m-p/159840#M505049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu and Philippe,&lt;/P&gt;&lt;P&gt;Thanks you very much.&lt;/P&gt;&lt;P&gt;Your function is work. Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 07:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-for-about-decimal/m-p/159840#M505049</guid>
      <dc:creator />
      <dc:date>2009-08-19T07:38:37Z</dc:date>
    </item>
  </channel>
</rss>

