<?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 ((Integer)globalMap.get(&amp;quot;tMsgBox_4_RESULT&amp;quot;))) at TMAP in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Integer-globalMap-get-quot-tMsgBox-4-RESULT-quot-at-TMAP/m-p/2254187#M37272</link>
    <description>Hi guys. I am getting a variable from tMsgBox_4 and I want to use the value (it's a number) inside TMAP. I am using this to get the result but I am getting an error.
&lt;BR /&gt;row1.recaudacionSINIVA - &amp;nbsp;row1.cambiocargado - row1.CC_recaptacio - (row1.visita * 
&lt;B&gt;((Integer)globalMap.get("tMsgBox_4_RESULT"))&lt;/B&gt;) - row1.CC_Caducados + row1.FACTURACION - row1.CC_facturacio&amp;nbsp;
&lt;BR /&gt;
&lt;FONT color="#ff3333"&gt;Exception in component tMap_1&lt;/FONT&gt;
&lt;FONT color="#ff3333"&gt;java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer&lt;/FONT&gt;</description>
    <pubDate>Wed, 08 Feb 2017 14:25:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-08T14:25:18Z</dc:date>
    <item>
      <title>((Integer)globalMap.get("tMsgBox_4_RESULT"))) at TMAP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Integer-globalMap-get-quot-tMsgBox-4-RESULT-quot-at-TMAP/m-p/2254187#M37272</link>
      <description>Hi guys. I am getting a variable from tMsgBox_4 and I want to use the value (it's a number) inside TMAP. I am using this to get the result but I am getting an error.
&lt;BR /&gt;row1.recaudacionSINIVA - &amp;nbsp;row1.cambiocargado - row1.CC_recaptacio - (row1.visita * 
&lt;B&gt;((Integer)globalMap.get("tMsgBox_4_RESULT"))&lt;/B&gt;) - row1.CC_Caducados + row1.FACTURACION - row1.CC_facturacio&amp;nbsp;
&lt;BR /&gt;
&lt;FONT color="#ff3333"&gt;Exception in component tMap_1&lt;/FONT&gt;
&lt;FONT color="#ff3333"&gt;java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer&lt;/FONT&gt;</description>
      <pubDate>Wed, 08 Feb 2017 14:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Integer-globalMap-get-quot-tMsgBox-4-RESULT-quot-at-TMAP/m-p/2254187#M37272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-08T14:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: ((Integer)globalMap.get("tMsgBox_4_RESULT"))) at TMAP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Integer-globalMap-get-quot-tMsgBox-4-RESULT-quot-at-TMAP/m-p/2254188#M37273</link>
      <description>Hi, try this: Integer.parseInt((String)globalMap.get("tMsgBox_4_RESULT")) 
&lt;BR /&gt;You can't cast a String to an Integer object..... 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;bye</description>
      <pubDate>Thu, 09 Feb 2017 11:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Integer-globalMap-get-quot-tMsgBox-4-RESULT-quot-at-TMAP/m-p/2254188#M37273</guid>
      <dc:creator>gorotman</dc:creator>
      <dc:date>2017-02-09T11:49:55Z</dc:date>
    </item>
  </channel>
</rss>

