<?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: [resolved] Error The operator + is undefined for the argument type(s) java.math.B in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-The-operator-is-undefined-for-the-argument-type-s/m-p/2235777#M24711</link>
    <description>Hi
&lt;BR /&gt;Simple operators like "+" or "-" do not work for the Java data type BigDecimal. You will have to use the "add" method of the BigDecimal class. To add two BigDecimals this will look like this:&amp;nbsp;
&lt;BR /&gt;
&lt;PRE&gt;row1.valueA.add(row1.valueB)&lt;/PRE&gt;
&lt;BR /&gt;If you want to add more than two values, you will need to nest the calls:
&lt;BR /&gt;
&lt;PRE&gt;row1.valueD.add(row1.valueC.add(row1.valueB.add(row1.valueA)))&lt;/PRE&gt;
&lt;BR /&gt;The result will be a BigDecimal.</description>
    <pubDate>Fri, 04 Nov 2016 09:39:11 GMT</pubDate>
    <dc:creator>JR1</dc:creator>
    <dc:date>2016-11-04T09:39:11Z</dc:date>
    <item>
      <title>[resolved] Error The operator + is undefined for the argument type(s) java.math.B</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-The-operator-is-undefined-for-the-argument-type-s/m-p/2235776#M24710</link>
      <description>Hi,
&lt;BR /&gt;I need to do sum multiple column in tMap which is the data type is big Decimal.
&lt;BR /&gt;On tmap, i set the expression as below&amp;nbsp;
&lt;BR /&gt;
&lt;FONT color="#ff3333"&gt;row1.valueA+row1.valueB+row1.valueC+row1.valueD+row1.valueE+row1.valueF+row1.valueG+row1.valueH&lt;/FONT&gt;
&lt;BR /&gt;Please advice the best way how to do multiple summation in talend.</description>
      <pubDate>Fri, 04 Nov 2016 09:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-The-operator-is-undefined-for-the-argument-type-s/m-p/2235776#M24710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-04T09:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error The operator + is undefined for the argument type(s) java.math.B</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-The-operator-is-undefined-for-the-argument-type-s/m-p/2235777#M24711</link>
      <description>Hi
&lt;BR /&gt;Simple operators like "+" or "-" do not work for the Java data type BigDecimal. You will have to use the "add" method of the BigDecimal class. To add two BigDecimals this will look like this:&amp;nbsp;
&lt;BR /&gt;
&lt;PRE&gt;row1.valueA.add(row1.valueB)&lt;/PRE&gt;
&lt;BR /&gt;If you want to add more than two values, you will need to nest the calls:
&lt;BR /&gt;
&lt;PRE&gt;row1.valueD.add(row1.valueC.add(row1.valueB.add(row1.valueA)))&lt;/PRE&gt;
&lt;BR /&gt;The result will be a BigDecimal.</description>
      <pubDate>Fri, 04 Nov 2016 09:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-The-operator-is-undefined-for-the-argument-type-s/m-p/2235777#M24711</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2016-11-04T09:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error The operator + is undefined for the argument type(s) java.math.B</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-The-operator-is-undefined-for-the-argument-type-s/m-p/2235778#M24712</link>
      <description>Thank you. It work very well...&amp;nbsp;</description>
      <pubDate>Mon, 07 Nov 2016 01:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-The-operator-is-undefined-for-the-argument-type-s/m-p/2235778#M24712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-07T01:19:48Z</dc:date>
    </item>
  </channel>
</rss>

