<?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: NUM Probelm in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615949#M1116673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fernando,&lt;/P&gt;&lt;P&gt;Please see my second comment above about the inconsistent source data.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It appears that adding trim() did work, but that the issue you're facing now is 80.000 should be 80, where as 3.445,51 should be 3.445,51.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Feb 2014 22:48:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-20T22:48:13Z</dc:date>
    <item>
      <title>NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615945#M1116659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i have a qvw and have problem with num&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i bring info from a qvd and i try to put number format to sum but i have problems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help, if anybody can!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i atttached a qvw wit the 2 examples numbers that i have problem,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field0_Material= 224097001 OR Field0_Material= 222290; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;correct is: &lt;/P&gt;&lt;P&gt;224097001 =80&lt;/P&gt;&lt;P&gt;222290=3455,51&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to sum , in each is correct one and wrong the other&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help with this format!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 20:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615945#M1116659</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-02-20T20:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615946#M1116663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;224097001 is 132 because of the other values in the table.&amp;nbsp; If you put a straight table on the page with all values you will see these.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Your value of TEST3 seems to have the right value in it - though you should be able to achieve this with out the nested num# and replace values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TEST2 is failing as you are not converting the value to a number (with num#) just trying to format it as a number with (with num).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;StockLibreTEST has an incorrect format on it, so it is treating it as a string (which when summed gives zero).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I would have thought that this would give you a correct value:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;num(num#([Field5_Libre utiliz.]&amp;nbsp; , '#.##0,00'), '#.##0,00') as [Numeric Value],&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Without access to your QVD I can not test this though.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Note the difference between the &lt;STRONG&gt;num&lt;/STRONG&gt; and the &lt;STRONG&gt;num# &lt;/STRONG&gt;function, one which converts the other that formats - this is why they are nested.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope that helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Steve&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 21:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615946#M1116663</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-02-20T21:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615947#M1116666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fernando,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have correctly set the ThousandSep and DecimalSep variables, so it is strange that it is not loading 3.455,510 as a number.&amp;nbsp; I would guess there are hidden characters, try using&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num(trim([Field5_Libre utiliz.]))as TEST2&amp;nbsp;&amp;nbsp;&amp;nbsp; in your load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It also seems like there is some inconsistency in your data.&amp;nbsp; When you load the field without a number format, the values are 80.000 and 3.455,510.&lt;/P&gt;&lt;P&gt;If the correct values are 80 and 3445,51, then you want Qlikview to convert 80.000 to 80 (eighty NOT eight thousand) and keep 3.445,51 as it is loaded, is that correct?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 21:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615947#M1116666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-20T21:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615948#M1116669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve, Sean thank you for your fast answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i cant solve, its rare because dont match!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i give you the qvw again with yours formula and the qvd too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 22:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615948#M1116669</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-02-20T22:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615949#M1116673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fernando,&lt;/P&gt;&lt;P&gt;Please see my second comment above about the inconsistent source data.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It appears that adding trim() did work, but that the issue you're facing now is 80.000 should be 80, where as 3.445,51 should be 3.445,51.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 22:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615949#M1116673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-20T22:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615950#M1116675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is it that denotes that 80.000 should be 80 whilst 3.445,51 should be 3445?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 22:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615950#M1116675</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-02-20T22:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615951#M1116677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Sean , Steven&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;80.000 should be 80 and 3.445,51 should be 3445, but o dont know what happend, if you se the original(without transform nothing) fileld 80 is ok but 3445,51 is wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;what could be?? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 22:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615951#M1116677</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-02-20T22:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615952#M1116679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fernando,&lt;/P&gt;&lt;P&gt;The unformatted values are 80.000 and 3.445,51, so if you want 80.000 to be 80 but 3.445 to be 3.445 then you will need to add some additional logic.&amp;nbsp; e.g.:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(trim([Field5_Libre utiliz.]) = '80.000',80,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;trim([Field5_Libre utiliz.])))&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;As Steve asked already- &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;what is it that denotes that 80.000 should be 80 whilst 3.445,51 should be 3445?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 23:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615952#M1116679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-20T23:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615953#M1116681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean, it meens that the original value in the sap report that i have to extract is 80 and not 80000, and the other original value is 3445,51&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i cant get to these numbers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 23:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615953#M1116681</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-02-20T23:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615954#M1116683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To rephrase, why should qlikview treat "." differently in 80.000 and 3.445,51 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 23:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615954#M1116683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-20T23:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615955#M1116685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not why, this is the problem i have! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont understand it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 23:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615955#M1116685</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-02-20T23:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615956#M1116686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fernando,&lt;/P&gt;&lt;P&gt;The issue is with the data, not Qlikview, so I would suggest looking at the source data.&amp;nbsp; If it is correct in the source, perhaps in the .qvw generating this QVD the decimal separator is defined as "." instead of ","&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 23:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615956#M1116686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-20T23:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615957#M1116687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep='.';&lt;/P&gt;&lt;P&gt;SET DecimalSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$U #.##0,00;($U #.##0,00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='hh:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='ene;feb;mar;abr;may;jun;jul;ago;sep;oct;nov;dic';&lt;/P&gt;&lt;P&gt;SET DayNames='lun;mar;mié;jue;vie;sáb;dom';&lt;/P&gt;&lt;P&gt;Set Path_QVD='../QVD/'; &lt;/P&gt;&lt;P&gt;Set Path_Recursos='../Recursos/'; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is strange,not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 01:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615957#M1116687</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-02-21T01:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615958#M1116689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fernando-&lt;/P&gt;&lt;P&gt;Can you query the source table (ZRM07MLBS) and confirm the correct value is stored there?&amp;nbsp; I am guessing that it is stored incorrectly as 80.000 in your source database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 02:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615958#M1116689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-21T02:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615959#M1116692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use floor() function to remove the decimal places from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;3.445,51 to 3.445 floor(Num(Value,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'#.##0')) &lt;/SPAN&gt;and use this format in the num function to achieve the desired format Num(Value,'#.##0')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 06:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615959#M1116692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-21T06:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615960#M1116695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steven, Sean and Walid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all your support and help, it was a problem with the source and the solution i have to implement is transform all the data before create the qvd, i transformate all after create the qvd, but if i do it befero works and transform ok!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 11:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615960#M1116695</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-02-21T11:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: NUM Probelm</title>
      <link>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615961#M1116697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it's now working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 12:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NUM-Probelm/m-p/615961#M1116697</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-02-21T12:01:59Z</dc:date>
    </item>
  </channel>
</rss>

