<?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 Problem with money/number formatting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960470#M329676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have US currency formatted as '1,280.00 USD' in my data report.&amp;nbsp; I have used 'PurgeChar' to remove the ' USD' from the field.&amp;nbsp; But no matter what I do to format the values as numbers/money, I can't seem to get the correct output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a sample file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2015 13:19:56 GMT</pubDate>
    <dc:creator>gshockxcc</dc:creator>
    <dc:date>2015-10-12T13:19:56Z</dc:date>
    <item>
      <title>Problem with money/number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960470#M329676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have US currency formatted as '1,280.00 USD' in my data report.&amp;nbsp; I have used 'PurgeChar' to remove the ' USD' from the field.&amp;nbsp; But no matter what I do to format the values as numbers/money, I can't seem to get the correct output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a sample file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960470#M329676</guid>
      <dc:creator>gshockxcc</dc:creator>
      <dc:date>2015-10-12T13:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with money/number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960471#M329677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What output are you trying to achieve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe just:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Money#([Closed Revenue])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960471#M329677</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-10-12T13:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with money/number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960472#M329678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kristian, some how purgechar didn't remove the extra space &amp;amp; causing the issue. I Tried with SubField but I am not lucky. So please use the below expression &amp;amp; Qlikview automatically convert into after after expression evaluation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;left( [Closed Revenue] , len([Closed Revenue])-4)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960472#M329678</guid>
      <dc:creator />
      <dc:date>2015-10-12T13:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with money/number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960473#M329679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a summation of the values using an Aggr function.&amp;nbsp; But when I apply that to the field, it returns nothing.&amp;nbsp; If I use "Count()", it will return the correct number of values, but Sum() will not return anything.&amp;nbsp; I assumed that this is because the field is not formatted as a number so that Qlikview can perform a summation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use Money#([Closed Revenue]), Qlikview returns 1,028...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I add another line of text below the expression, Qlikview will return 1,028.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand what's wrong so that I can correct the formatting to do the summation.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960473#M329679</guid>
      <dc:creator>gshockxcc</dc:creator>
      <dc:date>2015-10-12T13:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with money/number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960474#M329680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or Num(Num#(SubField(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Closed Revenue], ' ', 1), '#,##0.00', '.', ','))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960474#M329680</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-12T13:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with money/number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960475#M329681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kristan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried to look at your default QV settings, they can possibly override your formatting, as well as the regional settings on the Server or PC that you are working from. Alternatively, you can "Trim" the data to exclude the trailing "USD".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960475#M329681</guid>
      <dc:creator>lethu281</dc:creator>
      <dc:date>2015-10-12T13:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with money/number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960476#M329682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Purgechar is not elimanating the extra space b/n number &amp;amp; USD. So that causing issue. Use below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;left( [Closed Revenue] , len([Closed Revenue])-4)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960476#M329682</guid>
      <dc:creator />
      <dc:date>2015-10-12T13:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with money/number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960477#M329683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Somehow subfield didn't worked on this dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960477#M329683</guid>
      <dc:creator />
      <dc:date>2015-10-12T13:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with money/number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960478#M329684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed.&amp;nbsp; I tried the Subfield() function before submitting my post, and it did not work.&amp;nbsp; Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960478#M329684</guid>
      <dc:creator>gshockxcc</dc:creator>
      <dc:date>2015-10-12T13:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with money/number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960479#M329685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because it is not a space (chr(32)), but a hard space (chr(160)) - thankyou Excel &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(Num#(SubField(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Closed Revenue], &lt;STRONG&gt;chr(160)&lt;/STRONG&gt;, 1), '#,##0.00', '.', ','))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960479#M329685</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-12T13:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with money/number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960480#M329686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now, I am intrigued.&amp;nbsp; How did you find this?&amp;nbsp; I found the chr(160) in my ASCII table after reading your post, "non-breaking space."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I aliased the field again and it works perfectly, same as 'dathu.qv's' suggestion. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the tip!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 14:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-money-number-formatting/m-p/960480#M329686</guid>
      <dc:creator>gshockxcc</dc:creator>
      <dc:date>2015-10-12T14:11:07Z</dc:date>
    </item>
  </channel>
</rss>

