<?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: Trigger RunIf Condition giving False in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Trigger-RunIf-Condition-giving-False/m-p/2356084#M121692</link>
    <description>This will work and the reason is that in Java the "==" operator checks to see whether the objects are the same (ie pointing to the same location in memory). What you wanted to do is check the value held by the object. It is like checking two boxes both containing the word "ACTIVE". "==" checks to see if the boxes are the same. ".equals()"&amp;nbsp;checks to see if the contents of the boxes are the same.</description>
    <pubDate>Fri, 01 Apr 2016 09:23:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-01T09:23:34Z</dc:date>
    <item>
      <title>Trigger RunIf Condition giving False</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trigger-RunIf-Condition-giving-False/m-p/2356082#M121690</link>
      <description>&lt;P&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana,"&gt;Hi All&lt;BR /&gt;I am using Run if Trigger in talend with the below condition&lt;BR /&gt;(String)globalMap.get("row3.STATUS")=="ACTIVE"&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana,"&gt;Value getting passed is ACTIVE but the trigger is failing and giving status as false instead of TRUE.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana,"&gt;Please advice.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana,"&gt;Thanks&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 17:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trigger-RunIf-Condition-giving-False/m-p/2356082#M121690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-31T17:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger RunIf Condition giving False</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trigger-RunIf-Condition-giving-False/m-p/2356083#M121691</link>
      <description>Hi tanveer, 
&lt;BR /&gt; 
&lt;BR /&gt;Please use below condition: 
&lt;BR /&gt; 
&lt;BR /&gt;((String)globalMap.get("row3.STATUS")).equals("ACTIVE") 
&lt;BR /&gt; 
&lt;BR /&gt;Let me know if it works. 
&lt;BR /&gt; 
&lt;BR /&gt;Best Regards, 
&lt;BR /&gt;Amol&amp;nbsp; 
&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;</description>
      <pubDate>Fri, 01 Apr 2016 07:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trigger-RunIf-Condition-giving-False/m-p/2356083#M121691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-01T07:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger RunIf Condition giving False</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trigger-RunIf-Condition-giving-False/m-p/2356084#M121692</link>
      <description>This will work and the reason is that in Java the "==" operator checks to see whether the objects are the same (ie pointing to the same location in memory). What you wanted to do is check the value held by the object. It is like checking two boxes both containing the word "ACTIVE". "==" checks to see if the boxes are the same. ".equals()"&amp;nbsp;checks to see if the contents of the boxes are the same.</description>
      <pubDate>Fri, 01 Apr 2016 09:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trigger-RunIf-Condition-giving-False/m-p/2356084#M121692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-01T09:23:34Z</dc:date>
    </item>
  </channel>
</rss>

