<?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 Format as currency in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Format-as-currency/m-p/228325#M80368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;How can I format a text object value as Currency (in USD)?&lt;/P&gt;&lt;P&gt;The problem is that today the value is presented like: 123456789.00 (coz I created a formula to create the decimal value). And I would like to present the value like: USD 123,456,789.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P&gt;Thanks for your attention&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Apr 2011 13:11:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-25T13:11:05Z</dc:date>
    <item>
      <title>Format as currency</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-currency/m-p/228325#M80368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;How can I format a text object value as Currency (in USD)?&lt;/P&gt;&lt;P&gt;The problem is that today the value is presented like: 123456789.00 (coz I created a formula to create the decimal value). And I would like to present the value like: USD 123,456,789.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P&gt;Thanks for your attention&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 13:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-currency/m-p/228325#M80368</guid>
      <dc:creator />
      <dc:date>2011-04-25T13:11:05Z</dc:date>
    </item>
    <item>
      <title>Format as currency</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-currency/m-p/228326#M80369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kelly.&lt;/P&gt;&lt;P&gt;In your text box just try the following code to append usd as first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='USD '&amp;amp;&lt;/P&gt;&lt;P&gt;sum(Sales)&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 13:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-currency/m-p/228326#M80369</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2011-04-25T13:16:33Z</dc:date>
    </item>
    <item>
      <title>Format as currency</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-currency/m-p/228327#M80370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you use num fuction it will be only a mask for you numbers. There is no difference for text objects, but you could use the exactly same expression on a chart and it would be recognized as a number when you export it to excel (instead of a string).&lt;/P&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;=NUM( sum(value),'USD #,##0.00', '.',','),&lt;/P&gt;&lt;P&gt;where sum(value) can be replaced by any of your expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 13:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-currency/m-p/228327#M80370</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-25T13:25:50Z</dc:date>
    </item>
    <item>
      <title>Format as currency</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-currency/m-p/228328#M80371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erich.&lt;BR /&gt;&lt;BR /&gt;It really solved my problem!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 13:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-currency/m-p/228328#M80371</guid>
      <dc:creator />
      <dc:date>2011-04-25T13:31:16Z</dc:date>
    </item>
    <item>
      <title>Format as currency</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-currency/m-p/228329#M80372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If I understood your problem here is the solution.Let me know the query if any...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'USD'&amp;amp;&lt;B&gt;NUM&lt;/B&gt;((&lt;B&gt;USD&lt;/B&gt;),'###,###,###.##')&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Jai&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 13:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-currency/m-p/228329#M80372</guid>
      <dc:creator />
      <dc:date>2011-04-25T13:31:54Z</dc:date>
    </item>
  </channel>
</rss>

