<?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: Tmap expression output isnt whats expected (even from tester) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Tmap-expression-output-isnt-whats-expected-even-from-tester/m-p/2221632#M15565</link>
    <description>&lt;P&gt;Here Is a screen shot of my Tmap.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuaV"&gt;Talend Help2.png&lt;/A&gt;</description>
    <pubDate>Wed, 06 Mar 2019 16:42:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-06T16:42:54Z</dc:date>
    <item>
      <title>Tmap expression output isnt whats expected (even from tester)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-expression-output-isnt-whats-expected-even-from-tester/m-p/2221628#M15561</link>
      <description>&lt;P&gt;Hello I have the following expression and when I have&amp;nbsp; Min and Max == or != to each other in the tester, I get "Exception in thread "main" java.lang.Error: Unresolved compilation problems:"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;SET_VALUES.AddrMin == SET_VALUES.AddrMax ? null&lt;BR /&gt;: SET_VALUES.AddrMin != SET_VALUES.AddrMax ? SET_VALUES.Count + SET_VALUES.ModuleWidth&lt;BR /&gt;:null&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;However, When I run my job anyway, my results show that is works when Min != Max (it does the calculation properally)&amp;nbsp; However, it doesn't set the output to null if the min == max. Please help!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 01:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-expression-output-isnt-whats-expected-even-from-tester/m-p/2221628#M15561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-06T01:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap expression output isnt whats expected (even from tester)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-expression-output-isnt-whats-expected-even-from-tester/m-p/2221629#M15562</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPKwAAO"&gt;@dutch070&lt;/A&gt;&amp;nbsp;,you need to change the expression below way. this will work check this.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;SET_VALUES.AddrMin != SET_VALUES.AddrMax ? SET_VALUES.Count + SET_VALUES.ModuleWidth&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;:null&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 04:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-expression-output-isnt-whats-expected-even-from-tester/m-p/2221629#M15562</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-06T04:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap expression output isnt whats expected (even from tester)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-expression-output-isnt-whats-expected-even-from-tester/m-p/2221630#M15563</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPKwAAO"&gt;@dutch070&lt;/A&gt;&amp;nbsp;,input column data type should be integer.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 751px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2at.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136896iFE53FE533EA6CE70/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2at.png" alt="0683p000009M2at.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2ez.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139762i8ADA068E3F83EA79/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2ez.png" alt="0683p000009M2ez.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 05:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-expression-output-isnt-whats-expected-even-from-tester/m-p/2221630#M15563</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-06T05:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap expression output isnt whats expected (even from tester)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-expression-output-isnt-whats-expected-even-from-tester/m-p/2221631#M15564</link>
      <description>&lt;P&gt;So It has to be at least a decimal for me because my data set has them. I have it set as datatype double. Math should still work out the same though right?&lt;/P&gt;
&lt;P&gt;I tried both expressions and neither worked. for me.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuG8"&gt;Talend Help.png&lt;/A&gt;</description>
      <pubDate>Wed, 06 Mar 2019 16:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-expression-output-isnt-whats-expected-even-from-tester/m-p/2221631#M15564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-06T16:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap expression output isnt whats expected (even from tester)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-expression-output-isnt-whats-expected-even-from-tester/m-p/2221632#M15565</link>
      <description>&lt;P&gt;Here Is a screen shot of my Tmap.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuaV"&gt;Talend Help2.png&lt;/A&gt;</description>
      <pubDate>Wed, 06 Mar 2019 16:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-expression-output-isnt-whats-expected-even-from-tester/m-p/2221632#M15565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-06T16:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap expression output isnt whats expected (even from tester)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-expression-output-isnt-whats-expected-even-from-tester/m-p/2221633#M15566</link>
      <description>&lt;P&gt;I ended up changing the data type to Big Decimal and then the following expression worked. For some reason, adding doubles doesn't work very consistently. Thanks!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;row6.AddrMin.equals(row6.AddrMax) ? null&lt;BR /&gt;: row6.AddrMin.add(row6.MinW)&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 17:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-expression-output-isnt-whats-expected-even-from-tester/m-p/2221633#M15566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-06T17:39:54Z</dc:date>
    </item>
  </channel>
</rss>

