<?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 [resolved] Greater than in tMap on BigDecimal in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Greater-than-in-tMap-on-BigDecimal/m-p/2202343#M4075</link>
    <description>Hi
&lt;BR /&gt;I am trying to compare Big Decimal value and print Y or N based on the below condition. But syntactically it seems to be wrong with TALEND. Can someone please help me with correct syntax for below expression.
&lt;BR /&gt;(row3.ATTRIB_03 == "100" &amp;amp;&amp;amp; row3.ATTRIB_24 &amp;gt; BigDecimal.valueOf(0)) ? "Y" : "N"
&lt;BR /&gt;row3.ATTRIB_03 is a String and row3.ATTRIB_24 is a BigDecimal and the expected output of this expression is a String.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Kalyan</description>
    <pubDate>Tue, 16 Dec 2014 09:59:20 GMT</pubDate>
    <dc:creator>satyavar</dc:creator>
    <dc:date>2014-12-16T09:59:20Z</dc:date>
    <item>
      <title>[resolved] Greater than in tMap on BigDecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Greater-than-in-tMap-on-BigDecimal/m-p/2202343#M4075</link>
      <description>Hi
&lt;BR /&gt;I am trying to compare Big Decimal value and print Y or N based on the below condition. But syntactically it seems to be wrong with TALEND. Can someone please help me with correct syntax for below expression.
&lt;BR /&gt;(row3.ATTRIB_03 == "100" &amp;amp;&amp;amp; row3.ATTRIB_24 &amp;gt; BigDecimal.valueOf(0)) ? "Y" : "N"
&lt;BR /&gt;row3.ATTRIB_03 is a String and row3.ATTRIB_24 is a BigDecimal and the expected output of this expression is a String.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Kalyan</description>
      <pubDate>Tue, 16 Dec 2014 09:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Greater-than-in-tMap-on-BigDecimal/m-p/2202343#M4075</guid>
      <dc:creator>satyavar</dc:creator>
      <dc:date>2014-12-16T09:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Greater than in tMap on BigDecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Greater-than-in-tMap-on-BigDecimal/m-p/2202344#M4076</link>
      <description>What's error are you getting &amp;nbsp;?&amp;nbsp;</description>
      <pubDate>Tue, 16 Dec 2014 10:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Greater-than-in-tMap-on-BigDecimal/m-p/2202344#M4076</guid>
      <dc:creator>Jcs19</dc:creator>
      <dc:date>2014-12-16T10:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Greater than in tMap on BigDecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Greater-than-in-tMap-on-BigDecimal/m-p/2202345#M4077</link>
      <description>Got answer for my question. I should be doing it in the following way:&lt;BR /&gt;(row3.ATTRIB_03 == "100" &amp;amp;&amp;amp; row3.ATTRIB_24.compareTo(BigDecimal.valueOf(0)) == 1) ? "Y" : "N"</description>
      <pubDate>Tue, 16 Dec 2014 10:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Greater-than-in-tMap-on-BigDecimal/m-p/2202345#M4077</guid>
      <dc:creator>satyavar</dc:creator>
      <dc:date>2014-12-16T10:50:07Z</dc:date>
    </item>
  </channel>
</rss>

