<?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: CSV File changing fields (text to number, and decimal separators) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545106#M691579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are 'peanuts' to QlikView.&lt;/P&gt;&lt;P&gt;Could you post a sample of your csv?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Sep 2013 14:43:41 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2013-09-25T14:43:41Z</dc:date>
    <item>
      <title>CSV File changing fields (text to number, and decimal separators)</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545098#M691571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nowadays I use excel files for a qlikview document, but it has taken quite long time to extract them from my program. We have as an alternative use .csv files, but when I load it, the fields comes as text, and the separator is "."... I want to change this separator to "," (comma as decimal separator), and them make qlikview read this text as numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryed to use num#() formula, but it's not working, i think it's due this separator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, how do I change that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 17:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545098#M691571</guid>
      <dc:creator />
      <dc:date>2013-09-19T17:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File changing fields (text to number, and decimal separators)</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545099#M691572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, you can try this in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_13796142924607513 jive_text_macro jive_macro_code" jivemacro_uid="_13796142924607513"&gt;
&lt;P&gt;Num(Replace(Filed,'.',',')) as Number&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Tonial&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 18:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545099#M691572</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2013-09-19T18:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File changing fields (text to number, and decimal separators)</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545100#M691573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why num#() is not working? Have you tried with all parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_1379618892439771" jivemacro_uid="_1379618892439771" modifiedtitle="true"&gt;
&lt;P&gt;num#(field, '#0.00', '.', ',') as MyNumber&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 19:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545100#M691573</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-09-19T19:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File changing fields (text to number, and decimal separators)</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545101#M691574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ralf, i'll try with those, i haven't tried with all parameters...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 13:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545101#M691574</guid>
      <dc:creator />
      <dc:date>2013-09-20T13:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File changing fields (text to number, and decimal separators)</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545102#M691575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ops... virtual memory exceeded... My database das 180,000 lines x 25 columns that needs to be transformed... Is it too much perhaps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 13:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545102#M691575</guid>
      <dc:creator />
      <dc:date>2013-09-20T13:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File changing fields (text to number, and decimal separators)</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545103#M691576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to manipulate this?&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep=',';&amp;nbsp; SET MoneyDecimalSep='.'; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, Add a layer of transformation from xls to QVD before using your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 13:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545103#M691576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-20T13:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File changing fields (text to number, and decimal separators)</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545104#M691577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that, some values started to appear, but it's like 10% of everything... I don't have a clue why, but it was worth the shot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 17:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545104#M691577</guid>
      <dc:creator />
      <dc:date>2013-09-23T17:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File changing fields (text to number, and decimal separators)</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545105#M691578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. Could y ou maybe post examples of some records (or an small extract in XLS and CSV)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 14:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545105#M691578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-25T14:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File changing fields (text to number, and decimal separators)</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545106#M691579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are 'peanuts' to QlikView.&lt;/P&gt;&lt;P&gt;Could you post a sample of your csv?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 14:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545106#M691579</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-09-25T14:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File changing fields (text to number, and decimal separators)</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545107#M691580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't upload samples, those are classified =[&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 10:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545107#M691580</guid>
      <dc:creator />
      <dc:date>2013-09-30T10:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File changing fields (text to number, and decimal separators)</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545108#M691581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But you could build a set of similar test data...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 12:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545108#M691581</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-09-30T12:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File changing fields (text to number, and decimal separators)</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545109#M691582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry guys, i'll hold this topic for some time, have other business to do...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 11:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-File-changing-fields-text-to-number-and-decimal-separators/m-p/545109#M691582</guid>
      <dc:creator />
      <dc:date>2013-10-02T11:38:49Z</dc:date>
    </item>
  </channel>
</rss>

