<?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: High commas as thousands separator in text object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/High-commas-as-thousands-separator-in-text-object/m-p/548865#M550309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're a genious!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the hint!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 15:50:24 GMT</pubDate>
    <dc:creator>stephanr</dc:creator>
    <dc:date>2013-12-09T15:50:24Z</dc:date>
    <item>
      <title>High commas as thousands separator in text object</title>
      <link>https://community.qlik.com/t5/QlikView/High-commas-as-thousands-separator-in-text-object/m-p/548863#M550307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to format a number with the "num()"-function in a text object and I want to have high commas as thousands separator (e.g. 34'342'045). The problem is, that high commas are interpretet as "string end", so it doesn't work... Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Tried num(123456,'#'##0','.',''') with no effect&lt;/P&gt;&lt;P&gt;When I take num(123456,'#,##0','.',',') it shows 123,456 in the text object as expected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Stephan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 15:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/High-commas-as-thousands-separator-in-text-object/m-p/548863#M550307</guid>
      <dc:creator>stephanr</dc:creator>
      <dc:date>2013-12-09T15:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: High commas as thousands separator in text object</title>
      <link>https://community.qlik.com/t5/QlikView/High-commas-as-thousands-separator-in-text-object/m-p/548864#M550308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(35000,'###,###.'),',',&lt;SPAN style="color: #0000ff;"&gt;Chr&lt;/SPAN&gt;(39)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 15:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/High-commas-as-thousands-separator-in-text-object/m-p/548864#M550308</guid>
      <dc:creator />
      <dc:date>2013-12-09T15:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: High commas as thousands separator in text object</title>
      <link>https://community.qlik.com/t5/QlikView/High-commas-as-thousands-separator-in-text-object/m-p/548865#M550309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're a genious!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the hint!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 15:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/High-commas-as-thousands-separator-in-text-object/m-p/548865#M550309</guid>
      <dc:creator>stephanr</dc:creator>
      <dc:date>2013-12-09T15:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: High commas as thousands separator in text object</title>
      <link>https://community.qlik.com/t5/QlikView/High-commas-as-thousands-separator-in-text-object/m-p/548866#M550310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It even works with&lt;/P&gt;&lt;P&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;123456&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'#'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39)&amp;amp;'##0','.',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 16:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/High-commas-as-thousands-separator-in-text-object/m-p/548866#M550310</guid>
      <dc:creator>stephanr</dc:creator>
      <dc:date>2013-12-09T16:15:40Z</dc:date>
    </item>
  </channel>
</rss>

