<?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: Currency/Money formatting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Currency-Money-formatting/m-p/230092#M81960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob, I used your first suggestion and it worked.&amp;nbsp; Just wanted to thank you.&amp;nbsp; Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Sep 2013 17:55:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-10T17:55:06Z</dc:date>
    <item>
      <title>Currency/Money formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Money-formatting/m-p/230088#M81956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm importing a text file into QV and 1 field just won't format correctly. The data is money in European format of ##.##,00-. The format should be displayed as US standard (##,##.00). Here are a few examples of the data:&lt;/P&gt;&lt;P&gt;4.950,00- should be (4,950.00)&lt;/P&gt;&lt;P&gt;40.000,00 should be 40,000.00&lt;/P&gt;&lt;P&gt;I've tried to change the MoneyFormat, money#,num#,money,num but it just won't work...&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Sarah[:)]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 17:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Money-formatting/m-p/230088#M81956</guid>
      <dc:creator />
      <dc:date>2010-10-06T17:39:55Z</dc:date>
    </item>
    <item>
      <title>Currency/Money formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Money-formatting/m-p/230089#M81957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Money:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Dimmer, Val&lt;BR /&gt; A, "4.950,00-"&lt;BR /&gt; B, "40.000,00"&lt;BR /&gt;];&lt;BR /&gt;NewMoney:&lt;BR /&gt;LOAD Dimmer As NewDim, Num#(If(Right(Val, 1) = '-', '-') &amp;amp;&lt;BR /&gt; Replace(Replace(Replace(Replace(Val, ',', '%'), '.', ','), '%', '.'), '-', ''))&lt;BR /&gt; As NewVal&lt;BR /&gt;RESIDENT Money;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;It's pretty messy, but it seems to work on both positive and negative numbers. I'm not sure if there is an easier way using one of the built in functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 18:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Money-formatting/m-p/230089#M81957</guid>
      <dc:creator />
      <dc:date>2010-10-06T18:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Currency/Money formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Money-formatting/m-p/230090#M81958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached some images showing my settings in QlikView and sample data from our SAP Enterprise client.&amp;nbsp; My question is where/how to manage the settings for decimal places in a particular column which is not available in the Chart Properties that I could locate.&amp;nbsp; QlikView shows 4 decimal places and our SAP system allows only two (except in yen where there are none). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Lucianne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 23:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Money-formatting/m-p/230090#M81958</guid>
      <dc:creator />
      <dc:date>2013-09-05T23:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Currency/Money formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Money-formatting/m-p/230091#M81959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If List Price is a Dimension, you can change the number formatting in Settings, Document Properties, Number pane. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also fix the format in the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 23:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Money-formatting/m-p/230091#M81959</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-09-05T23:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Currency/Money formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Money-formatting/m-p/230092#M81960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob, I used your first suggestion and it worked.&amp;nbsp; Just wanted to thank you.&amp;nbsp; Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 17:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Money-formatting/m-p/230092#M81960</guid>
      <dc:creator />
      <dc:date>2013-09-10T17:55:06Z</dc:date>
    </item>
  </channel>
</rss>

