<?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: KPI in textbox : How to obtain this value format '# ###' ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/KPI-in-textbox-How-to-obtain-this-value-format/m-p/957296#M962143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very very much, it works !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Oct 2015 13:07:43 GMT</pubDate>
    <dc:creator>marieclaire</dc:creator>
    <dc:date>2015-10-24T13:07:43Z</dc:date>
    <item>
      <title>KPI in textbox : How to obtain this value format '# ###' ?</title>
      <link>https://community.qlik.com/t5/QlikView/KPI-in-textbox-How-to-obtain-this-value-format/m-p/957293#M962140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everbody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although i read a lot of threads about KPI in text box, I don't manage to get a separator ' ' for the thousands :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="text box thousands.png" class="jive-image image-1" src="/legacyfs/online/102966_text box thousands.png" style="font-size: 13.3333px;" /&gt;&lt;/P&gt;&lt;P&gt;with the expression :&lt;/P&gt;&lt;P&gt;=Num#(Sum([Visites]),'# ###') &amp;amp; chr(10) &amp;amp; 'Visites '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configuration of the thousands in the "main" tab is :&lt;/P&gt;&lt;P&gt;SET ThousandSep=' ';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2015 11:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/KPI-in-textbox-How-to-obtain-this-value-format/m-p/957293#M962140</guid>
      <dc:creator>marieclaire</dc:creator>
      <dc:date>2015-10-24T11:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: KPI in textbox : How to obtain this value format '# ###' ?</title>
      <link>https://community.qlik.com/t5/QlikView/KPI-in-textbox-How-to-obtain-this-value-format/m-p/957294#M962141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Num#() function is for interpreting values as numbers, not for formatting. If you want to format values, you need to use Num() [without the hash '#'].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Num( Sum([Visites]), '# ###.','.',' ') &amp;amp; Chr(10) &amp;amp; 'Visites '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on your default separators, you don't need to specify the separators within the num() function, maybe not even the format code, but I would start from defining the format as detailed as possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2015 12:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/KPI-in-textbox-How-to-obtain-this-value-format/m-p/957294#M962141</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-24T12:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: KPI in textbox : How to obtain this value format '# ###' ?</title>
      <link>https://community.qlik.com/t5/QlikView/KPI-in-textbox-How-to-obtain-this-value-format/m-p/957295#M962142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;just used this set up and it seems to work &lt;/P&gt;&lt;P&gt;SET ThousandSep=' ';&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;=num(Count(Rule),'# ##0')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2015 12:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/KPI-in-textbox-How-to-obtain-this-value-format/m-p/957295#M962142</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2015-10-24T12:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: KPI in textbox : How to obtain this value format '# ###' ?</title>
      <link>https://community.qlik.com/t5/QlikView/KPI-in-textbox-How-to-obtain-this-value-format/m-p/957296#M962143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very very much, it works !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2015 13:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/KPI-in-textbox-How-to-obtain-this-value-format/m-p/957296#M962143</guid>
      <dc:creator>marieclaire</dc:creator>
      <dc:date>2015-10-24T13:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: KPI in textbox : How to obtain this value format '# ###' ?</title>
      <link>https://community.qlik.com/t5/QlikView/KPI-in-textbox-How-to-obtain-this-value-format/m-p/957297#M962144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't work if i only use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;'# ##0'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;I don't know why, but it works with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt; this format '# ###.','.',' '&amp;nbsp; on my qlikview release.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2015 13:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/KPI-in-textbox-How-to-obtain-this-value-format/m-p/957297#M962144</guid>
      <dc:creator>marieclaire</dc:creator>
      <dc:date>2015-10-24T13:10:10Z</dc:date>
    </item>
  </channel>
</rss>

