<?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 Formatting Issue in Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314506#M617546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perhaps like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;ThousandSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=',';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;DecimalSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;='.';&lt;BR /&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Round&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,0.001));&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt;F1&lt;BR /&gt;1213.11&lt;BR /&gt;2347.3&lt;BR /&gt;0&lt;BR /&gt;1000.52322&lt;BR /&gt;75.4823&lt;BR /&gt;158.221&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 May 2017 17:59:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-22T17:59:40Z</dc:date>
    <item>
      <title>Number Formatting Issue in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314505#M617545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating a document that has a table which is replacing an excel report that a department currently gets daily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to have the table in Qlikview, formatted to the way they are used to seeing it in the daily Excel report and I am trying to accomplish this formatting in the script so I do not have to repeat it in each table it is used in, in the Qlikview document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, I can't seem to match the format. See table below for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values need to only go out to 3 spaces after the decimal point, but ONLY if it has values for those three spaces (see how Items "ACB" and "AEB" have values after the decimal but not 3 spaces out so it shortens it to either 2 or 1 spaces)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then if the value is 0, it just needs to be "0", not "0.000".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using this format below but it did not give me the results I wanted.&lt;/P&gt;&lt;P&gt;Num(ItemReq, '###0.###')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this even possible in Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Item&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Item Requirements&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ABC&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2347&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ABD&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ADE&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;1000.523&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ACB&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;75.48&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AEB&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;158.2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 17:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314505#M617545</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2017-05-22T17:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Number Formatting Issue in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314506#M617546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perhaps like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;ThousandSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=',';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;DecimalSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;='.';&lt;BR /&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Round&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,0.001));&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt;F1&lt;BR /&gt;1213.11&lt;BR /&gt;2347.3&lt;BR /&gt;0&lt;BR /&gt;1000.52322&lt;BR /&gt;75.4823&lt;BR /&gt;158.221&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 17:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314506#M617546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-22T17:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Number Formatting Issue in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314507#M617547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Crystle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the frac() function to check if the number has a fraction portion and then do the formatting.&lt;/P&gt;&lt;P&gt;See the attached file to see if it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felipe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 18:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314507#M617547</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-05-22T18:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Number Formatting Issue in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314508#M617548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see how you used the fraction function... but it changed the numbers to the format that I'm already getting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want them to look like they do in the table example, without the "0"s after the decimal?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of "158.200", I want it to be "158.2" only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can try and use the fraction function to accomplish this though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 18:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314508#M617548</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2017-05-22T18:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Number Formatting Issue in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314509#M617549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this but I cannot seem to get it to work? It gave me some very strange results too, it removed the decimal entirely and just gave one long number? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 18:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314509#M617549</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2017-05-22T18:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Number Formatting Issue in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314510#M617550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then please upload some sample data in Excel Format, so that I can see the strange results &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 18:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314510#M617550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-22T18:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Number Formatting Issue in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314511#M617551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just replace the num() formatting for something like (attached file has an example):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;round([Item Requirements],0.001), where the 0.001 is the offset as to how much rounding you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felipe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 18:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314511#M617551</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-05-22T18:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Number Formatting Issue in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314512#M617552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You really shouldn't have to do anything special.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Format as number without specifying precision.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you selected a decimal place on the number tab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 19:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314512#M617552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-22T19:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Number Formatting Issue in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314513#M617554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;It might not be the most efficient solution but you can try something like this for the field in the script containing the number:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Table1:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Record,Val&lt;BR /&gt; A,10&lt;BR /&gt; B,121.11&lt;BR /&gt; C,50.34456&lt;BR /&gt; D,1.1&lt;BR /&gt; E,0&lt;BR /&gt; F,532&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Table2:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Record&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Round&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0.001)),1)=0,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Round&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0.01)),1)=0,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Round&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0.1)),1)=0,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Round&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,1),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Round&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0.1)),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Round&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0.01)),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Round&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0.001)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Table1; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Drop&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Table1; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 22:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314513#M617554</guid>
      <dc:creator />
      <dc:date>2017-05-23T22:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Number Formatting Issue in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314514#M617556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Crystle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand you correctly, you will only need to apply function Num(). I used various variant of numbers in the two fields (number field and text field) Excel file (see attached files) - point and comma as delimiters, different of digits. &lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/164550_1.jpg" style="height: 337px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;In attached files source data and example for QlikView/Qlik Sence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 08:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-in-Script/m-p/1314514#M617556</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-05-24T08:02:41Z</dc:date>
    </item>
  </channel>
</rss>

