<?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: how to do math operation with BigDecimal datatype in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360466#M125040</link>
    <description>Dear All, I am trying to read value of a column from a file. The value is something like this 3425876767642397. Yes such big number. I tried using long with length as 10. The job runs fine but the in the output it gives me some weird number and not the one from input. Pls advice whats the data type to be used for such huge numbers.
&lt;BR /&gt;Regards
&lt;BR /&gt;Sanjay</description>
    <pubDate>Thu, 20 Jun 2013 04:56:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-06-20T04:56:28Z</dc:date>
    <item>
      <title>how to do math operation with BigDecimal datatype</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360463#M125037</link>
      <description>Hi, 
&lt;BR /&gt;I just wonder, how do i wants to do mathematics operation (add, subtract, multiply, divide etc) with data type bigdecimal. It such a problem when using float or double since the value will be rounded and makes my calculation inaccurate. My source currently having long decimal places almost 20 decimal point. 
&lt;BR /&gt;Plz help me 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Kal</description>
      <pubDate>Thu, 06 Jun 2013 11:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360463#M125037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-06T11:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to do math operation with BigDecimal datatype</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360464#M125038</link>
      <description>See &lt;A href="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html" rel="nofollow noopener noreferrer"&gt;http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html&lt;/A&gt;.</description>
      <pubDate>Fri, 07 Jun 2013 03:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360464#M125038</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-06-07T03:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to do math operation with BigDecimal datatype</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360465#M125039</link>
      <description>HI 
&lt;BR /&gt;You can use setScale() function for bigdecimal help u for rounding or setting the scale, below is the screen shot 
&lt;BR /&gt;thanks 
&lt;BR /&gt;Anil Kumar Burri 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEct.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139837iE292C408E4CB8188/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEct.png" alt="0683p000009MEct.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 07 Jun 2013 07:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360465#M125039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-07T07:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to do math operation with BigDecimal datatype</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360466#M125040</link>
      <description>Dear All, I am trying to read value of a column from a file. The value is something like this 3425876767642397. Yes such big number. I tried using long with length as 10. The job runs fine but the in the output it gives me some weird number and not the one from input. Pls advice whats the data type to be used for such huge numbers.
&lt;BR /&gt;Regards
&lt;BR /&gt;Sanjay</description>
      <pubDate>Thu, 20 Jun 2013 04:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360466#M125040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-20T04:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to do math operation with BigDecimal datatype</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360467#M125041</link>
      <description>Hi All,
&lt;BR /&gt;I am getting error "The operator + is undefined " in Talent tMap expression editor. Any operation i will do in the expression editor i am facing the same problem.I am using Developer version of Telend 5.4. 
&lt;BR /&gt;Can anybody suggest me what to do ?
&lt;BR /&gt;Thanks
&lt;BR /&gt;Ashok</description>
      <pubDate>Mon, 24 Mar 2014 15:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360467#M125041</guid>
      <dc:creator>Ashok_Panda</dc:creator>
      <dc:date>2014-03-24T15:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to do math operation with BigDecimal datatype</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360468#M125042</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi All,&lt;BR /&gt;I am getting error "The operator + is undefined " in Talent tMap expression editor. Any operation i will do in the expression editor i am facing the same problem.I am using Developer version of Telend 5.4. &lt;BR /&gt;Can anybody suggest me what to do ?&lt;BR /&gt;Thanks&lt;BR /&gt;Ashok&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;It is a Java compilation error, what's the data type of column? Can you please show us the expression? 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 25 Mar 2014 03:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360468#M125042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-25T03:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to do math operation with BigDecimal datatype</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360469#M125043</link>
      <description>&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/326247/Picture1.png" target="_blank"&gt;&amp;nbsp;&lt;/A&gt;hii 
&lt;BR /&gt;I'm trying to perform arithmetic operation on one of my columns. when i compile i'm getting a java compilation error&amp;nbsp; 
&lt;BR /&gt;my column data type is BigDecimal. Someone please help me to solve this. 
&lt;BR /&gt;thankyou &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; &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;A href="https://community.talend.com/legacyfs/online/membersTempo/326247/Picture1.png" target="_blank"&gt; &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEaK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146401i661A0FB62E4AC5D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEaK.png" alt="0683p000009MEaK.png" /&gt;&lt;/span&gt;&lt;/A&gt;</description>
      <pubDate>Sun, 07 Feb 2016 06:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360469#M125043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-07T06:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to do math operation with BigDecimal datatype</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360470#M125044</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;hii&lt;BR /&gt;I'm trying to perform arithmetic operation on one of my columns. when i compile i'm getting a java compilation error&amp;nbsp;&lt;BR /&gt;my column data type is BigDecimal. Someone please help me to solve this.&lt;BR /&gt;thankyou &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; &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;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Hi Naveen&lt;BR /&gt;Are you able to resolve this issue</description>
      <pubDate>Mon, 11 Jul 2016 20:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-do-math-operation-with-BigDecimal-datatype/m-p/2360470#M125044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-11T20:19:56Z</dc:date>
    </item>
  </channel>
</rss>

