<?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: number format issue 54'3'210 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/number-format-issue-54-3-210/m-p/348790#M129197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens when you try:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;Num(sum(Value), '#.##0')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if it is Money try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Money(sum(Value))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2012 11:49:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-06-12T11:49:07Z</dc:date>
    <item>
      <title>number format issue 54'3'210</title>
      <link>https://community.qlik.com/t5/QlikView/number-format-issue-54-3-210/m-p/348789#M129196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;BR /&gt;Wanted to show an additional item in a bar popup using an expression without the "Bar" ticked but with a set "Text as Pop-up".&lt;BR /&gt;Value appeared in popup without label (dispite providing a label value with the expression) but I found a discussion item that told to add the Label into the expression&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.g. ='Label = ' &amp;amp; sum(value)&lt;BR /&gt;With this I lost the number format set in the Numbers section for the expression (which I can understand as I do not provide a number as value).&lt;BR /&gt;Tried to format the&amp;nbsp; number myself using&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ='Label = ' &amp;amp; num(sum(value),'#''##0')&amp;nbsp; // note: 2 single quotes in single quoted #''##0&lt;/P&gt;&lt;P&gt;Now I get the number formatted as : 54'3'210 which looks to me like unexpected??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, had quite a few fights with bar charting and the limited options with providing a COOL Popup window. &lt;BR /&gt;Using the first expression for dimension limit only I lost formatting on Y-Axis. Getting that in place again by ticking "Value on Data Points" I ended up with a mismatch in bar color and legend color by not using first expression as a bar value (solved paritially by assigning background color to the expressions, partially because I have now static colors on expressions and dimension groups won't work as before). &lt;BR /&gt;Thanks for more help, Juerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 11:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-format-issue-54-3-210/m-p/348789#M129196</guid>
      <dc:creator />
      <dc:date>2012-06-12T11:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: number format issue 54'3'210</title>
      <link>https://community.qlik.com/t5/QlikView/number-format-issue-54-3-210/m-p/348790#M129197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens when you try:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;Num(sum(Value), '#.##0')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if it is Money try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Money(sum(Value))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 11:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-format-issue-54-3-210/m-p/348790#M129197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-12T11:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: number format issue 54'3'210</title>
      <link>https://community.qlik.com/t5/QlikView/number-format-issue-54-3-210/m-p/348791#M129198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want the single quote as thousand separator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;num(sum(value),'#'&amp;amp;chr(39)&amp;amp;'##0','.',chr(39))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 7.5pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 11:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-format-issue-54-3-210/m-p/348791#M129198</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-12T11:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: number format issue 54'3'210</title>
      <link>https://community.qlik.com/t5/QlikView/number-format-issue-54-3-210/m-p/348792#M129199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;BR /&gt;I am on a swiss german machine and my Thousend Symbol is the single quote..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using '#.##0' results in 543210.##0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 13:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-format-issue-54-3-210/m-p/348792#M129199</guid>
      <dc:creator />
      <dc:date>2012-06-12T13:00:15Z</dc:date>
    </item>
  </channel>
</rss>

