<?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: Format number within expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276047#M1197621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Num FUNC...&lt;/P&gt;&lt;P&gt;Num( Value,'&lt;SPAN style="font-size: 8pt;"&gt;#,##0 &lt;/SPAN&gt;') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(Sum (Limit-[OTB (excl. oversell)])/Sum (Limit),'&lt;SPAN style="font-size: 8pt;"&gt;#,##0&lt;/SPAN&gt;')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2011 07:07:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-09T07:07:39Z</dc:date>
    <item>
      <title>Format number within expression</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276046#M1197620</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;How can I limit the number of decimals within my expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an expression in my chart title, which is supposed to show me 22% but I don't know how to format it, so it shows 0.2212341241 or something. I can of course multiply with 100, but I want it to round off (have no decimals, or just one is also okay).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the title of my gauge chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Credit Utilisation (Limit Spent) - '&amp;amp; Sum (Limit-[OTB (excl. oversell)])/Sum (Limit)*100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 06:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276046#M1197620</guid>
      <dc:creator>gerhardl</dc:creator>
      <dc:date>2011-06-09T06:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Format number within expression</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276047#M1197621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Num FUNC...&lt;/P&gt;&lt;P&gt;Num( Value,'&lt;SPAN style="font-size: 8pt;"&gt;#,##0 &lt;/SPAN&gt;') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(Sum (Limit-[OTB (excl. oversell)])/Sum (Limit),'&lt;SPAN style="font-size: 8pt;"&gt;#,##0&lt;/SPAN&gt;')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 07:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276047#M1197621</guid>
      <dc:creator />
      <dc:date>2011-06-09T07:07:39Z</dc:date>
    </item>
    <item>
      <title>Format number within expression</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276048#M1197622</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;wrap your expression with the num() function. Look it up in the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;num( &lt;SPAN class="hcp1"&gt;expression [&lt;/SPAN&gt; , &lt;SPAN class="hcp1"&gt;format-code [&lt;/SPAN&gt; , &lt;SPAN class="hcp1"&gt;decimal-sep [&lt;/SPAN&gt; , &lt;SPAN class="hcp1"&gt;thousands-sep ] ] ]&lt;/SPAN&gt; )&lt;/H4&gt;&lt;P&gt;The &lt;SPAN class="hcp2"&gt;num&lt;/SPAN&gt; function formats the &lt;SPAN class="hcp1"&gt;expression&lt;/SPAN&gt; numerically according to the string given as &lt;SPAN class="hcp1"&gt;format-code&lt;/SPAN&gt;. Decimal separator and thousands separator can be set as third and fourth parameters. If the parameters 2-4 are omitted, the number format set in the operating system is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the second parameter - the format code - a tip I was given and which works is to go to the chart-&amp;gt;properties-&amp;gt;number dialgue and copy preferred format with cut and paste it into your num function. The format goes between simple quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 07:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276048#M1197622</guid>
      <dc:creator>pat_agen</dc:creator>
      <dc:date>2011-06-09T07:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Format number within expression</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276049#M1197623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone PLEASE HELP ME report the following. Except for what I say below, I cannot send an email to Jason Long, whenever I click send it just tells me to enter the name of the recipient, which it then just ignores again. Please someone forward this to Jason Long or support or anyone who can help me, I cannot do anything on this site!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having big problems with the site - All of the dropdown-links at the top of the page (New, Your Stuff, History, Browse) do not work - at the bottom of the screen the path shows javascript:void(0) and nothing happends when I click teh links. The same thing for replying on threads. I can start a new one, but then I can only reply to it by replying directly to the email notification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, whenever I use brackets in a post to show a field with spaces, when I post it it changes the field name to a hyperlink of the discussion! crazy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look into this or tell me what to do. I also cant mark answers as correct anymore, dont know if this is just due to the new site or what.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gerhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 07:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276049#M1197623</guid>
      <dc:creator>gerhardl</dc:creator>
      <dc:date>2011-06-09T07:19:39Z</dc:date>
    </item>
    <item>
      <title>Format number within expression</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276050#M1197624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;These '&lt;SPAN style="font-size: 8pt;"&gt;#,##0&lt;/SPAN&gt;' formating tails can be picked up from any Number dialog, so you won't have to remember them or hit the manual. Look at the picture. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Formats.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/5154_Formats.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 09:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276050#M1197624</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2011-06-09T09:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Format number within expression</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276051#M1197625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was looking for this &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;#,##0&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 17:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276051#M1197625</guid>
      <dc:creator>mvaugusto</dc:creator>
      <dc:date>2013-09-19T17:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Format number within expression</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276052#M1197626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All of the posts above are correct. However if you want to show the percent sign appended to the number use this formating string: '#,##0%'&amp;nbsp; (i.e. Num(&amp;lt;Expression or value&amp;gt;,'#,##0%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 18:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276052#M1197626</guid>
      <dc:creator>jduenyas</dc:creator>
      <dc:date>2013-09-19T18:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Format number within expression</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276053#M1197628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a word of caution, when using the '%' remember that qlikview automatically multiplies the number by a 100. So the actual evaluated value of the expression must be in decimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 13:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276053#M1197628</guid>
      <dc:creator />
      <dc:date>2014-01-10T13:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Format number within expression</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276054#M1197629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;To solve % situation, load your % per one, that means, the real number, not the view.&lt;/P&gt;&lt;P&gt;45%&amp;nbsp;&amp;nbsp; load as 0.45.&lt;/P&gt;&lt;P&gt;Otherwise, you need to divide by 100 everytime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 13:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276054#M1197629</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2014-01-10T13:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Format number within expression</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276055#M1197630</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;Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AVG&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Total CTR]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), '#.##%') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Best&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 18:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276055#M1197630</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2015-04-09T18:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Format number within expression</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276056#M1197631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;=num('Credit Utilisation (Limit Spent) - '&amp;amp; Sum (Limit-[OTB (excl. oversell)])/Sum (Limit)*100),'#,##0.00%') or Properties&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/83247_1.PNG" style="height: 406px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 19:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276056#M1197631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T19:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Format number within expression</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276057#M1197632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys do you realize that this post is from 2011? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; They might have already solved the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to let you know if you did not already know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 19:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276057#M1197632</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-09T19:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Format number within expression</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276058#M1197633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is there a way to round your number up to the nearest million, e.g.&lt;STRONG&gt; 2,89&lt;SPAN style="text-decoration: underline;"&gt;3,7&lt;/SPAN&gt;54,164&lt;/STRONG&gt; so if I write it in million it should be &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;2,894M&lt;/STRONG&gt;&lt;/SPAN&gt; not &lt;STRONG&gt;&lt;EM&gt;2,893M&lt;/EM&gt;&lt;/STRONG&gt; because I want to round up. But everywhere I see they suggest to divide the number by 1 million and add M at the last.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 08:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276058#M1197633</guid>
      <dc:creator>md_anasabbasi</dc:creator>
      <dc:date>2017-12-11T08:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Format number within expression</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276059#M1197634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ideally, you should have created a new thread for not so-much related topic help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Ceil() like:&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Ceil( &amp;lt;number&amp;gt; , 1000000 ) &amp;amp;'M'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 09:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-within-expression/m-p/276059#M1197634</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-12-11T09:20:48Z</dc:date>
    </item>
  </channel>
</rss>

