<?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: Converting string to numbers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395526#M147497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure attaching the qvw will help because we were ask to use a framework that was given to us but I had pasted the scripts below. The key is where I am trying to convert the A_value and B_value. The script is in the transform folder and these values will than be used to compare to each other. Hope this helps to clarify.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;P&gt;//One tab per dimension&lt;/P&gt;&lt;P&gt;LET vTableName = 'Final_Exchange_Rate'; //!!!What you want to call the table in the QV schema&lt;BR /&gt;LET vReloadTimeIn = Now();&lt;/P&gt;&lt;P&gt;[$(vTableName)]:&lt;BR /&gt;//!!!Insert Select/Load statement here&lt;/P&gt;&lt;P&gt;LOAD 50 as RECON_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #keyID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A_ID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(A_Value,'0.0') as A_Value,&amp;nbsp;&amp;nbsp; /////convert to number with decimal&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B_ID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(B_Value,'0.0') as B_Value&amp;nbsp;&amp;nbsp; ////convert to number with decimal&lt;BR /&gt;FROM&lt;BR /&gt;[..\QVD_Transform\Compare_Exchange_Rate.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;LET vReloadTimeOut = now();&lt;/P&gt;&lt;P&gt;Meta:&lt;BR /&gt;LOAD '$(vTableName)' as Table,&lt;BR /&gt; NoOfRows('$(vTableName)') as Rows,&lt;BR /&gt; NoOfFields('$(vTableName)') as Fields,&lt;BR /&gt; '$(vReloadTime)' as ReloadTime,&lt;BR /&gt; Interval('$(vReloadTimeOut)' - '$(vReloadTimeIn)','h:m:ss') as ReloadInterval,&lt;BR /&gt; 1 as LatestFlag&lt;BR /&gt;AUTOGENERATE 1;&lt;/P&gt;&lt;P&gt;STORE [$(vTableName)] INTO [..\QVD_Transform\$(vTableName).qvd] (qvd);&amp;nbsp;&amp;nbsp; ////don't touch this&lt;BR /&gt;DROP TABLE [$(vTableName)];&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Nov 2012 17:06:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-30T17:06:01Z</dc:date>
    <item>
      <title>Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395521#M147492</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;I am trying to convert a field that can have a possible of 30 number with a max of 15 decimals in QlikView. I am doing, &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Num&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A_Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '0.0') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone let me know if this is correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 15:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395521#M147492</guid>
      <dc:creator />
      <dc:date>2012-11-30T15:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395522#M147493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are trying to use that field in expression you can limit it to 2 decimals by changing Number tab in properties....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using to represent only that value into interger than use floor() function.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 16:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395522#M147493</guid>
      <dc:creator />
      <dc:date>2012-11-30T16:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395523#M147494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually need to do a compare to make sure the full values matches another field so I will need to compare on what ever the actuall value is. I am new to QlikView and would appreciate it if you can show me the actual code change base on the below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A_Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '0.0')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 16:28:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395523#M147494</guid>
      <dc:creator />
      <dc:date>2012-11-30T16:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395524#M147495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually need to do a compare to make sure the full values matches another field so I will need to compare on what ever the actuall value is. I am new to QlikView and would appreciate it if you can show me the actual code change base on the below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A_Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '0.0')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 16:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395524#M147495</guid>
      <dc:creator />
      <dc:date>2012-11-30T16:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395525#M147496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you attach your qvw file....I am not clear with that requirement.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 16:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395525#M147496</guid>
      <dc:creator />
      <dc:date>2012-11-30T16:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395526#M147497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure attaching the qvw will help because we were ask to use a framework that was given to us but I had pasted the scripts below. The key is where I am trying to convert the A_value and B_value. The script is in the transform folder and these values will than be used to compare to each other. Hope this helps to clarify.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;P&gt;//One tab per dimension&lt;/P&gt;&lt;P&gt;LET vTableName = 'Final_Exchange_Rate'; //!!!What you want to call the table in the QV schema&lt;BR /&gt;LET vReloadTimeIn = Now();&lt;/P&gt;&lt;P&gt;[$(vTableName)]:&lt;BR /&gt;//!!!Insert Select/Load statement here&lt;/P&gt;&lt;P&gt;LOAD 50 as RECON_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #keyID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A_ID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(A_Value,'0.0') as A_Value,&amp;nbsp;&amp;nbsp; /////convert to number with decimal&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B_ID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(B_Value,'0.0') as B_Value&amp;nbsp;&amp;nbsp; ////convert to number with decimal&lt;BR /&gt;FROM&lt;BR /&gt;[..\QVD_Transform\Compare_Exchange_Rate.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;LET vReloadTimeOut = now();&lt;/P&gt;&lt;P&gt;Meta:&lt;BR /&gt;LOAD '$(vTableName)' as Table,&lt;BR /&gt; NoOfRows('$(vTableName)') as Rows,&lt;BR /&gt; NoOfFields('$(vTableName)') as Fields,&lt;BR /&gt; '$(vReloadTime)' as ReloadTime,&lt;BR /&gt; Interval('$(vReloadTimeOut)' - '$(vReloadTimeIn)','h:m:ss') as ReloadInterval,&lt;BR /&gt; 1 as LatestFlag&lt;BR /&gt;AUTOGENERATE 1;&lt;/P&gt;&lt;P&gt;STORE [$(vTableName)] INTO [..\QVD_Transform\$(vTableName).qvd] (qvd);&amp;nbsp;&amp;nbsp; ////don't touch this&lt;BR /&gt;DROP TABLE [$(vTableName)];&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 17:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395526#M147497</guid>
      <dc:creator />
      <dc:date>2012-11-30T17:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395527#M147498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure attaching the qvw will help because we were ask to use a framework that was given to us but I had pasted the scripts below. The key is where I am trying to convert the A_value and B_value. The script is in the transform folder and these values will than be used to compare to each other. Hope this helps to clarify.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;P&gt;//One tab per dimension&lt;/P&gt;&lt;P&gt;LET vTableName = 'Final_Exchange_Rate'; //!!!What you want to call the table in the QV schema&lt;BR /&gt;LET vReloadTimeIn = Now();&lt;/P&gt;&lt;P&gt;[$(vTableName)]:&lt;BR /&gt;//!!!Insert Select/Load statement here&lt;/P&gt;&lt;P&gt;LOAD 50 as RECON_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #keyID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A_ID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(A_Value,'0.0') as A_Value,&amp;nbsp;&amp;nbsp; /////convert to number with decimal&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B_ID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(B_Value,'0.0') as B_Value&amp;nbsp;&amp;nbsp; ////convert to number with decimal&lt;BR /&gt;FROM&lt;BR /&gt;[..\QVD_Transform\Compare_Exchange_Rate.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;LET vReloadTimeOut = now();&lt;/P&gt;&lt;P&gt;Meta:&lt;BR /&gt;LOAD '$(vTableName)' as Table,&lt;BR /&gt; NoOfRows('$(vTableName)') as Rows,&lt;BR /&gt; NoOfFields('$(vTableName)') as Fields,&lt;BR /&gt; '$(vReloadTime)' as ReloadTime,&lt;BR /&gt; Interval('$(vReloadTimeOut)' - '$(vReloadTimeIn)','h:m:ss') as ReloadInterval,&lt;BR /&gt; 1 as LatestFlag&lt;BR /&gt;AUTOGENERATE 1;&lt;/P&gt;&lt;P&gt;STORE [$(vTableName)] INTO [..\QVD_Transform\$(vTableName).qvd] (qvd);&amp;nbsp;&amp;nbsp; ////don't touch this&lt;BR /&gt;DROP TABLE [$(vTableName)];&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 17:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395527#M147498</guid>
      <dc:creator />
      <dc:date>2012-11-30T17:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395528#M147499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: justify;"&gt;Num&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A_Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '0.0')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I am using above function it is working fine...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I have A_values as&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; 0.00002&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; 0.00033&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;0.02344&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;0.004455&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;0.12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;when I use&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A_Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '0.0')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I am getting &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;0.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;0.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;0.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;0.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;0.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;when I use&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A_Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '0.000')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I am getting &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;0.000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;0.000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;0.023&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;0.004&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;0.120&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;This is working fine&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 17:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395528#M147499</guid>
      <dc:creator />
      <dc:date>2012-11-30T17:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395529#M147500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I get it to ensure that it is comparing what ever it is in the A_value and B_value. If A_value is 1234.333444, I need to ensure that it is comparing what ever maybe in that fields. If I were to use the code that I did, I will only get 4.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B_value may have 4.344 and the result would be 4.3 and will consider it to be a match when it should not be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;Num&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A_Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '0.0')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 17:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395529#M147500</guid>
      <dc:creator />
      <dc:date>2012-11-30T17:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395530#M147501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NUM(A_Value ,'#,##0.00') as&amp;nbsp; A_Value..&lt;/P&gt;&lt;P&gt;if u want 3 decimals replace the last 2 zeros with 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;or NUM(A_Value ,'#,##0.##')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 18:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395530#M147501</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2012-11-30T18:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395531#M147502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sry I didnot understand clearly....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your A_Value is 1234.333444 then you should get 1234.3 not 4.3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check one more time and see my attachment....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 18:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395531#M147502</guid>
      <dc:creator />
      <dc:date>2012-11-30T18:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395532#M147503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I get it to ensure that it is comparing what ever it is in the A_value and B_value. If A_value is 1234.333444, I need to ensure that it is comparing what ever maybe in that fields. If I were to use the code that I did, I will only get 4.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B_value may have 4.344 and the result would be 4.3 and will consider it to be a match when it should not be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;Num&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A_Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '0.0')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 18:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395532#M147503</guid>
      <dc:creator />
      <dc:date>2012-11-30T18:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395533#M147504</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; Have doubt?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do u want like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1234.333444 -&amp;gt; 4.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.344 -&amp;gt; 4.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you want first decimal value. and ones in the number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 18:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395533#M147504</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-30T18:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395534#M147505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try by using Num#(A_Value,'#')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 18:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395534#M147505</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-11-30T18:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395535#M147506</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;I really need the value to be the same without any truncation or rounding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it have 20 digits and 10 decimal places, I need to keep it as is. Or if it has 15 digings and 5 decimal places, I need to also keep it as it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 19:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395535#M147506</guid>
      <dc:creator />
      <dc:date>2012-11-30T19:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395536#M147507</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;I really need the value to be the same without any truncation or rounding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it have 20 digits and 10 decimal places, I need to keep it as is. Or if it has 15 digings and 5 decimal places, I need to also keep it as it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 19:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395536#M147507</guid>
      <dc:creator />
      <dc:date>2012-11-30T19:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395537#M147508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will this keep the value the same regardless of how many digits or decimals?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 19:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395537#M147508</guid>
      <dc:creator />
      <dc:date>2012-11-30T19:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395538#M147509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will this keep the value the same regardless of how many digits or decimals?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 19:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395538#M147509</guid>
      <dc:creator />
      <dc:date>2012-11-30T19:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395539#M147510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it will keep the whole thing. Didn't you checked it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 21:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395539#M147510</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-11-30T21:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Converting string to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395540#M147511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It didn't seem to work. I was getting all the digits with 1 decimal place. I will check it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 21:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-string-to-numbers/m-p/395540#M147511</guid>
      <dc:creator />
      <dc:date>2012-11-30T21:10:31Z</dc:date>
    </item>
  </channel>
</rss>

