<?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 Formatting numbers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399646#M1158172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone please tell me what I need to add to the script to make sure I'm showing no decimal points in my calculations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Opportunity Name: Opportunity Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vendor, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Country Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [LOG Description], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [PO Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [LOG Received], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Invoice Received], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Bill Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Total Request Amount], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Reimbursement Amount]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is report1357406142116);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total Request Amt and Reimbursement Amt both have two decimal points which I'd like to not show if possible. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2013 14:49:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-07T14:49:48Z</dc:date>
    <item>
      <title>Formatting numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399646#M1158172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone please tell me what I need to add to the script to make sure I'm showing no decimal points in my calculations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Opportunity Name: Opportunity Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vendor, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Country Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [LOG Description], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [PO Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [LOG Received], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Invoice Received], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Bill Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Total Request Amount], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Reimbursement Amount]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is report1357406142116);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total Request Amt and Reimbursement Amt both have two decimal points which I'd like to not show if possible. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 14:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399646#M1158172</guid>
      <dc:creator />
      <dc:date>2013-01-07T14:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399647#M1158173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do not want to consider decimals in the calculation, you can use either Floor or Round function to conver the number to integer as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not want to show the decimals on the chart or table, you may specify it in the Number tab of the Properties window for the object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 15:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399647#M1158173</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2013-01-07T15:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399648#M1158174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know how I can round and preserve the money symbol? This is giving me the rounded number but no dollar sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(round(money(sum(&lt;A href="Total Request Amount"&gt;&lt;/A&gt;),0.)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 15:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399648#M1158174</guid>
      <dc:creator />
      <dc:date>2013-01-07T15:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399649#M1158175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;(money(round(sum(&lt;/SPAN&gt;&lt;EM&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/297452#297452#297452/Total Request Amount" style="background-color: #ffffff; color: #007fc0; text-decoration: initial; font-family: Arial;"&gt;your_amount_field_her&lt;/A&gt;e&lt;/EM&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;),0.)))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 15:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399649#M1158175</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2013-01-07T15:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399650#M1158176</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;You can either use Floor(Value) as FieldName &lt;/P&gt;&lt;P&gt;or Round() function in the script to remove decimal places from the script itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can change the number format in the front end by going to the Object Properties -- Override Document Settings - Number -- and setting it to show Number or Decimal Value (with 0 places) or Money format . But this is ideal only if you have a small number of objects that use your amount field since if there are too many object represeting the money value, changing the number format in the script will be more feasible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 04:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399650#M1158176</guid>
      <dc:creator />
      <dc:date>2013-01-09T04:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399651#M1158177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Money function with the desired number formatting, like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= MONEY ( SUM() , '$#,##0' )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 04:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399651#M1158177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-25T04:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399652#M1158178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to format in the charts (not in the script) using Number tab&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/59508_1.png" style="width: 620px; height: 221px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 08:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399652#M1158178</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-25T08:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399653#M1158179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The status of this question is in Not Answered state from almost 4 years. I don't think the questino is that difficult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can format the Straight or Pivot in the Number tab, while for an expression in a text box you can use different typ of functions like =Money(Sum(XYZ),'#,##0')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 21:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-numbers/m-p/399653#M1158179</guid>
      <dc:creator>bharatahuja</dc:creator>
      <dc:date>2016-12-08T21:46:34Z</dc:date>
    </item>
  </channel>
</rss>

