<?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 Division in a tMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Division-in-a-tMap/m-p/2342103#M109999</link>
    <description>what's the problem, exactly?</description>
    <pubDate>Sat, 16 Nov 2024 12:30:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:30:43Z</dc:date>
    <item>
      <title>Division in a tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Division-in-a-tMap/m-p/2342103#M109999</link>
      <description>what's the problem, exactly?</description>
      <pubDate>Sat, 16 Nov 2024 12:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Division-in-a-tMap/m-p/2342103#M109999</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Division in a tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Division-in-a-tMap/m-p/2342104#M110000</link>
      <description>Hi
&lt;BR /&gt;Don't use the 'Test' button, open the code tab to see whether there are compilation error in the generated code. If you want to see the execution result, link a tLogRow after tMap and execute the job. 
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 14 Dec 2011 04:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Division-in-a-tMap/m-p/2342104#M110000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-14T04:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Division in a tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Division-in-a-tMap/m-p/2342105#M110001</link>
      <description>thanks!&lt;BR /&gt;As you suggested, I have added tLogRow to the job design.&lt;BR /&gt;But, Why this error occured? Please assist me.&lt;BR /&gt;Exception in component tMap_1&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;    at tbmd_spot_ord.tbmd_bydd_bnd_prc_valu_0_1.TBMD_BYDD_BND_PRC_VALU.tFileInputPositional_1Process(TBMD_BYDD_BND_PRC_VALU.java:2551)&lt;BR /&gt;    at tbmd_spot_ord.tbmd_bydd_bnd_prc_valu_0_1.TBMD_BYDD_BND_PRC_VALU.tOracleConnection_1Process(TBMD_BYDD_BND_PRC_VALU.java:456)&lt;BR /&gt;    at tbmd_spot_ord.tbmd_bydd_bnd_prc_valu_0_1.TBMD_BYDD_BND_PRC_VALU.runJobInTOS(TBMD_BYDD_BND_PRC_VALU.java:3628)&lt;BR /&gt;    at tbmd_spot_ord.tbmd_bydd_bnd_prc_valu_0_1.TBMD_BYDD_BND_PRC_VALU.main(TBMD_BYDD_BND_PRC_VALU.java:3492)</description>
      <pubDate>Wed, 14 Dec 2011 05:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Division-in-a-tMap/m-p/2342105#M110001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-14T05:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Division in a tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Division-in-a-tMap/m-p/2342106#M110002</link>
      <description>idb008,&lt;BR /&gt;This means one of the input columns has a NULL value where it shouldn't. I'm guessing it's column8 but i don't know since I don't know your job.&lt;BR /&gt;When the columns needs to do some kind of calculation and it contains a null value u will get errors.&lt;BR /&gt;If the problem is your column 8, replace your calculation by the following:&lt;BR /&gt;row1.NewColumn8 == null ? 0 : ( row1.NewColumn8 / 100 )&lt;BR /&gt;This should resolve your error.&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 14 Dec 2011 07:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Division-in-a-tMap/m-p/2342106#M110002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-14T07:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Division in a tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Division-in-a-tMap/m-p/2342107#M110003</link>
      <description>Thanks mpa. It worked!</description>
      <pubDate>Thu, 15 Dec 2011 00:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Division-in-a-tMap/m-p/2342107#M110003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-15T00:45:54Z</dc:date>
    </item>
  </channel>
</rss>

