<?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 Convert object (money) datatype to double in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Convert-object-money-datatype-to-double/m-p/2283776#M3877</link>
    <description>&lt;P&gt;What is the best way to convert an object "money" to double?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The current structure of the object is (ie. 2,709.00) where double doesn't accept the "comma" value. I tried using the tConvertType (to convert object to double) but I am not sure how to parse the "comma" from there. I also tried parsing it from tMap and it's not working as it's looking for a "string" and not a double.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 08:49:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T08:49:46Z</dc:date>
    <item>
      <title>Convert object (money) datatype to double</title>
      <link>https://community.qlik.com/t5/Data-Quality/Convert-object-money-datatype-to-double/m-p/2283776#M3877</link>
      <description>&lt;P&gt;What is the best way to convert an object "money" to double?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The current structure of the object is (ie. 2,709.00) where double doesn't accept the "comma" value. I tried using the tConvertType (to convert object to double) but I am not sure how to parse the "comma" from there. I also tried parsing it from tMap and it's not working as it's looking for a "string" and not a double.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Convert-object-money-datatype-to-double/m-p/2283776#M3877</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert object (money) datatype to double</title>
      <link>https://community.qlik.com/t5/Data-Quality/Convert-object-money-datatype-to-double/m-p/2283777#M3878</link>
      <description>&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;You may be able to try the following way at tMap:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;Double.parseDouble((String.valueOf(row8.money)).replace(",", ""))&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;I hope it'll help you.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 09:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Convert-object-money-datatype-to-double/m-p/2283777#M3878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-22T09:48:44Z</dc:date>
    </item>
  </channel>
</rss>

