<?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 decimal seperator and thousand seperator in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-format-decimal-seperator-and-thousand-seperator/m-p/601790#M222551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try with ?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Num#( Field, '#', '.', ',') as NewField&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2014 08:30:00 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-02-04T08:30:00Z</dc:date>
    <item>
      <title>Number format decimal seperator and thousand seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-decimal-seperator-and-thousand-seperator/m-p/601788#M222549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my document I use this default settings:&lt;/P&gt;&lt;P&gt;SET ThousandSep: '.';&lt;/P&gt;&lt;P&gt;SET DecimalSep: ',';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need this settings for the data I load into this document.&lt;/P&gt;&lt;P&gt;Right now I need to add a table file (html) which have numbers in it with a different ThousandSep (',') and a different DecimalSep ('.'). Is there a way to transform this settings when loading the data in a table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Henco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 08:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-decimal-seperator-and-thousand-seperator/m-p/601788#M222549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-04T08:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Number format decimal seperator and thousand seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-decimal-seperator-and-thousand-seperator/m-p/601789#M222550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to change the number format of Fields of the table file (html)...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 08:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-decimal-seperator-and-thousand-seperator/m-p/601789#M222550</guid>
      <dc:creator />
      <dc:date>2014-02-04T08:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Number format decimal seperator and thousand seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-decimal-seperator-and-thousand-seperator/m-p/601790#M222551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try with ?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Num#( Field, '#', '.', ',') as NewField&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 08:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-decimal-seperator-and-thousand-seperator/m-p/601790#M222551</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-02-04T08:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Number format decimal seperator and thousand seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-decimal-seperator-and-thousand-seperator/m-p/601791#M222552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is sample:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(PurgeChar(FieldName,'.,' )) As Field,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;From...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 08:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-decimal-seperator-and-thousand-seperator/m-p/601791#M222552</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-04T08:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Number format decimal seperator and thousand seperator</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-decimal-seperator-and-thousand-seperator/m-p/601792#M222553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that helps me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Henco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 08:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-decimal-seperator-and-thousand-seperator/m-p/601792#M222553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-04T08:48:58Z</dc:date>
    </item>
  </channel>
</rss>

