<?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 number format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/number-format/m-p/285786#M1201135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;BR /&gt;First, what I'm suggesting for Dmitri is rather opposite: num# tells how to &lt;STRONG&gt;interpret&lt;/STRONG&gt; the data, num tells how to &lt;STRONG&gt;represent&lt;/STRONG&gt; the data.&lt;BR /&gt;Second, in your case, the 'USD' should be within format string, as in:&lt;BR /&gt;num*(sales, 'USD # ###.00')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Nov 2010 10:30:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-11-01T10:30:49Z</dc:date>
    <item>
      <title>number format</title>
      <link>https://community.qlik.com/t5/QlikView/number-format/m-p/285783#M1201132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am loading world population data from wikipedia.&lt;/P&gt;&lt;P&gt;there's 1 table on the page, fine. it loads allright.&lt;/P&gt;&lt;P&gt;but: numers are in USA format - where comma separates thousands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1,585,230 is tretated correctly as 1 million 585 thusand 230.&lt;/P&gt;&lt;P&gt;3,149 (which means 3 thousand 149) is treated as 3 and 14 hundreds!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This corrups totals, sums, averages and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Dmitri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Oct 2010 18:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-format/m-p/285783#M1201132</guid>
      <dc:creator />
      <dc:date>2010-10-31T18:18:48Z</dc:date>
    </item>
    <item>
      <title>number format</title>
      <link>https://community.qlik.com/t5/QlikView/number-format/m-p/285784#M1201133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dmitri,&lt;BR /&gt;You can use num#() function to tell QV how to interpret the data, for example:&lt;BR /&gt;num#(field, '###', '.', ',') - read it as numeric where "." is decimal separator and "," is thousands separator.&lt;BR /&gt;If you wish, you can use num() around it to tell QV how to represent the data.&lt;BR /&gt;num(num#(...) [, format])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Oct 2010 18:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-format/m-p/285784#M1201133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-31T18:36:14Z</dc:date>
    </item>
    <item>
      <title>number format</title>
      <link>https://community.qlik.com/t5/QlikView/number-format/m-p/285785#M1201134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yup.. i'm using that method too.&lt;/P&gt;&lt;P&gt;but, i'm trying to do this. NUM(Sales,'# ##0.##' , '.', ' ' ) &amp;amp;' USD' for a pie chart, and the pie wont work because of the concate string. any work around for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 06:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-format/m-p/285785#M1201134</guid>
      <dc:creator />
      <dc:date>2010-11-01T06:20:37Z</dc:date>
    </item>
    <item>
      <title>number format</title>
      <link>https://community.qlik.com/t5/QlikView/number-format/m-p/285786#M1201135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;BR /&gt;First, what I'm suggesting for Dmitri is rather opposite: num# tells how to &lt;STRONG&gt;interpret&lt;/STRONG&gt; the data, num tells how to &lt;STRONG&gt;represent&lt;/STRONG&gt; the data.&lt;BR /&gt;Second, in your case, the 'USD' should be within format string, as in:&lt;BR /&gt;num*(sales, 'USD # ###.00')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 10:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-format/m-p/285786#M1201135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-01T10:30:49Z</dc:date>
    </item>
    <item>
      <title>number format</title>
      <link>https://community.qlik.com/t5/QlikView/number-format/m-p/285787#M1201136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;diggin further...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 20:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-format/m-p/285787#M1201136</guid>
      <dc:creator />
      <dc:date>2010-11-01T20:32:00Z</dc:date>
    </item>
    <item>
      <title>number format</title>
      <link>https://community.qlik.com/t5/QlikView/number-format/m-p/285788#M1201137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to format my claculated field from sql in US Accouting format. My claculations are of as in the original poster of this blog. I've used the suggested formula as&lt;/P&gt;&lt;P&gt;" num#(SUPPLIERCOST/PURCHASE_PRICING_UNIT_SIZE,'###','.',',') &lt;B&gt;AS&lt;/B&gt; EXPRESSION_RESULT " but my results are still of and my test output of the field shows European formatting. How do I get my results and calculations as intended. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 14:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-format/m-p/285788#M1201137</guid>
      <dc:creator />
      <dc:date>2010-11-03T14:45:37Z</dc:date>
    </item>
    <item>
      <title>number format</title>
      <link>https://community.qlik.com/t5/QlikView/number-format/m-p/285789#M1201138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as I understand it, num# is to interpret data. Wrap it up in num() to change display(formatting).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data in SQL ----&amp;gt; num#(data), so that QV understands it as numbers -----&amp;gt; num(Num#(data)) So that QV displays numbers (that were made into QV numbers by #num)in the needed format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 14:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-format/m-p/285789#M1201138</guid>
      <dc:creator />
      <dc:date>2010-11-03T14:58:46Z</dc:date>
    </item>
    <item>
      <title>number format</title>
      <link>https://community.qlik.com/t5/QlikView/number-format/m-p/285790#M1201139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;out of curiosity, how you get data from wikipedia? could you give a little explanation?&lt;/P&gt;&lt;P&gt;hopefully not a nuisance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 15:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-format/m-p/285790#M1201139</guid>
      <dc:creator />
      <dc:date>2010-11-03T15:15:53Z</dc:date>
    </item>
    <item>
      <title>number format</title>
      <link>https://community.qlik.com/t5/QlikView/number-format/m-p/285791#M1201140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the edit script dialog under FILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose load from webpages, paste URL. In my case i didn't need to do anything else as the particular W-pedia page only contained one table, which QV successfully loaded.&lt;/P&gt;&lt;P&gt;http://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_population_density.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 15:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-format/m-p/285791#M1201140</guid>
      <dc:creator />
      <dc:date>2010-11-03T15:27:41Z</dc:date>
    </item>
    <item>
      <title>number format</title>
      <link>https://community.qlik.com/t5/QlikView/number-format/m-p/285792#M1201141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had not ever tried this option. Very interesting!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thank you so much&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 16:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-format/m-p/285792#M1201141</guid>
      <dc:creator />
      <dc:date>2010-11-03T16:15:18Z</dc:date>
    </item>
  </channel>
</rss>

