<?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: Load Script BUG - auto convert Text to Number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950061#M1295114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't reproduce this on QV11.20 SR11 64 bits, Win7 with the INLINE LOAD tables.&lt;/P&gt;&lt;P&gt;What are your default format settings set in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Dec 2015 15:45:25 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-12-17T15:45:25Z</dc:date>
    <item>
      <title>Load Script BUG - auto convert Text to Number</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950060#M1295111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at the simple script below:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14503655280634549 jive_text_macro" jivemacro_uid="_14503655280634549"&gt;
&lt;P&gt;TAB1:&lt;/P&gt;
&lt;P&gt;LOAD * Inline [&lt;/P&gt;
&lt;P&gt;CodProd,Prod&lt;/P&gt;
&lt;P&gt;0606110047,Prooduto 1&lt;/P&gt;
&lt;P&gt;R606110047,Prooduto 2&lt;/P&gt;
&lt;P&gt;0606110050,Prooduto 3&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;TAB2:&lt;/P&gt;
&lt;P&gt;Load * inline [&lt;/P&gt;
&lt;P&gt;CodProd,Qtde,Valor&lt;/P&gt;
&lt;P&gt;0606110047,10,500&lt;/P&gt;
&lt;P&gt;R606110047,20,600&lt;/P&gt;
&lt;P&gt;0606110050,30,900&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And The Result is:&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;CodProd&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Prod&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;sum(Qtde)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;sum(Valor)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;60 &lt;/STRONG&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;2000 &lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0606110047&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Prooduto 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;30&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1100&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0606110047&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Prooduto 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;30&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1100&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0606110050&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Prooduto 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;30&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;900&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text field value 'R606110047' is auto conveted to '0&lt;SPAN style="font-size: 13.3333px;"&gt;606110047&lt;/SPAN&gt;'.&lt;/P&gt;&lt;P&gt;This is obviously a bug. &lt;/P&gt;&lt;P&gt;And yes, there's a way to fix it. Is to use Text(CodProd).&lt;/P&gt;&lt;P&gt;But we use a qvw to extract, another to transform, and another to show the chart. And I would have to do this in all the qvw files.&lt;/P&gt;&lt;P&gt;And also the field CodProd is used in almost every table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another anoying thing, is that we manage all the extract tables within a xls file. And in order to use text(&amp;lt;field&amp;gt;) we have to remove from the excel file and put it direct in the load script. By doing so, we lost our pattern on extract.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a Release that fix this? Is this a known bug? Will it be fixed?&lt;/P&gt;&lt;P&gt;I'm using win7, and Qlikview Desktop 11.20 SR12 64bits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950060#M1295111</guid>
      <dc:creator>rogeriogyn</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script BUG - auto convert Text to Number</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950061#M1295114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't reproduce this on QV11.20 SR11 64 bits, Win7 with the INLINE LOAD tables.&lt;/P&gt;&lt;P&gt;What are your default format settings set in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 15:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950061#M1295114</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-17T15:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script BUG - auto convert Text to Number</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950062#M1295117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I too can't reproduce this on QV11 SR12 64-bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 16:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950062#M1295117</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-17T16:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script BUG - auto convert Text to Number</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950063#M1295120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that this is caused by a default format applying, maybe money format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if you would need to change every QVW, or only the one where you initially load the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also not sure about your issue with the xls file (I just haven't fully understood your setting).&lt;/P&gt;&lt;P&gt;Could you detail this part a bit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 16:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950063#M1295120</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-17T16:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script BUG - auto convert Text to Number</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950064#M1295123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's exactly that, money format is 'R$ #.##0,00;-R$ #.##0,00' --&amp;gt; (Brazilian REAL)&lt;/P&gt;&lt;P&gt;If I change, it works fine.&lt;/P&gt;&lt;P&gt;I'm sending the qvw !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, one thing should not interfere with another, right ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 16:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950064#M1295123</guid>
      <dc:creator>rogeriogyn</dc:creator>
      <dc:date>2015-12-17T16:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script BUG - auto convert Text to Number</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950065#M1295127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you change the initial R into another character (like a Z or A), does it work then?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 16:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950065#M1295127</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-17T16:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script BUG - auto convert Text to Number</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950066#M1295130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rogerio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue with leading zeros is actually a well-known QV issue: &lt;A href="https://community.qlik.com/thread/58699"&gt;Leading 0 in Text field Qlikview transforms data incorrectly&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Back to your problem: I was not able to reproduce it either (using Q-Sense 2.1), so it will be interesting to see what version of Qlik do you have and what regional (money, numeric and others) setting are you using... &lt;/P&gt;&lt;P&gt;&lt;IMG alt="92334dc373e0487c999e3b521be03f46.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109329_92334dc373e0487c999e3b521be03f46.png" style="height: 223px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if this issue is reproducible on your side, here are some notes:&lt;/P&gt;&lt;P&gt;I am not 100% sure how the "format auto-detection" works in QV, but I am assuming that they are detecting the field's type (TEXT/NUM/DATE, etc) by the first record in the table during the load. &lt;/P&gt;&lt;P&gt;In your case it's numeric and system forces other records into numeric format and it's probably why the R606110047 is getting converted to 0606110047.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not much else you can do but convert the Prod field to text using text(Prod)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 17:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950066#M1295130</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2015-12-17T17:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script BUG - auto convert Text to Number</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950067#M1295132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well that depends if your name is QlikView or not. To QlikView, everything that matches a number format pattern is both a number and a string representation (and that includes dates and timestamps as well). QlikView remembers only one string representation for every number. Therefor the Rnnnn thing will be lost as there is already another string representation for that number (the one first read by QV).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not treat Product IDs as real Product IDs (by using the &lt;SPAN style="font-family: 'courier new', courier;"&gt;text()&lt;/SPAN&gt; function), you'll get into trouble again with these two product IDs: 000000000654 and 654. Different product IDs, right? Not for QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Block QlikView from doing its best in recognising numbers. Use the &lt;SPAN style="font-family: 'courier new', courier;"&gt;text()&lt;/SPAN&gt; function to store Product IDs as strings. .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 17:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950067#M1295132</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-17T17:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script BUG - auto convert Text to Number</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950068#M1295133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QlikView, every field value can have a different type. Nobody forces entire columns to be of the same type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 17:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950068#M1295133</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-17T17:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script BUG - auto convert Text to Number</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950069#M1295134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kind of strange that it converts your text to number using the money format, though the format doesn't seem to exactely match. I would personally consider this as a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But besides that, I think Peter is right, if you want to consider these values as distinct product IDs, I believe you should use pure text values for them, using text() to avoid number interpretation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3186"&gt;Automatic Number Interpretation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for some additional information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 17:27:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950069#M1295134</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-17T17:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script BUG - auto convert Text to Number</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950070#M1295135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I consider this a bug too, but there is probably a WAD-like reason to explain this weird behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the meantime, I'll try to make everyone even more depressed &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; This&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SET MoneyFormat='R$ #.##0,00;-R$ #.##0,00';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RawData:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ID&amp;nbsp;&amp;nbsp;&amp;nbsp; Spec&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 006060417&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; R006060417&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; R$006060417&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; R$ 006060417&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; R$ 006060417,89&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; R$006060417,89&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; R006060417,89&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 006060417,89&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;](delimiter is '\t');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;produces this as straight table output:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Load script BUG thread 197017.jpg" class="jive-image image-1" src="/legacyfs/online/109350_Load script BUG thread 197017.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Money format strings definitely have a license to freewheel...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 17:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950070#M1295135</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-17T17:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script BUG - auto convert Text to Number</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950071#M1295136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is not the '0' before, is really the money format.&lt;/P&gt;&lt;P&gt;I lost a lot of time with this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also still think this is a bug.&lt;/P&gt;&lt;P&gt;Anyway, I will change the money format, thats easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 19:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-BUG-auto-convert-Text-to-Number/m-p/950071#M1295136</guid>
      <dc:creator>rogeriogyn</dc:creator>
      <dc:date>2015-12-17T19:06:53Z</dc:date>
    </item>
  </channel>
</rss>

