<?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 equal operator expression in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/equal-operator-expression/m-p/2291617#M64785</link>
    <description>&lt;P&gt;Hi Talend Folks,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I need to check equal condition for three column.&lt;/P&gt; 
&lt;P&gt;whether it is possible or not?&lt;/P&gt; 
&lt;P&gt;if &lt;SPAN&gt;possible means please tell me?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;whether below Sample expression correct or wrong?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Below&amp;nbsp;Sample&amp;nbsp;expression column is int data type.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;sample expression:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;(row1.Base == row2.PL == row3.Loss)?"Ok" : "Not Ok"&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2017 13:55:47 GMT</pubDate>
    <dc:creator>RAJ6</dc:creator>
    <dc:date>2017-08-09T13:55:47Z</dc:date>
    <item>
      <title>equal operator expression</title>
      <link>https://community.qlik.com/t5/Talend-Studio/equal-operator-expression/m-p/2291617#M64785</link>
      <description>&lt;P&gt;Hi Talend Folks,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I need to check equal condition for three column.&lt;/P&gt; 
&lt;P&gt;whether it is possible or not?&lt;/P&gt; 
&lt;P&gt;if &lt;SPAN&gt;possible means please tell me?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;whether below Sample expression correct or wrong?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Below&amp;nbsp;Sample&amp;nbsp;expression column is int data type.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;sample expression:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;(row1.Base == row2.PL == row3.Loss)?"Ok" : "Not Ok"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 13:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/equal-operator-expression/m-p/2291617#M64785</guid>
      <dc:creator>RAJ6</dc:creator>
      <dc:date>2017-08-09T13:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: equal operator expression</title>
      <link>https://community.qlik.com/t5/Talend-Studio/equal-operator-expression/m-p/2291618#M64786</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You need to explicitly compare all 3 operands:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;PRE&gt;((row1.Base == row2.PL) &amp;amp;&amp;amp; (row1.Base == row3.Loss))?"Ok" : "Not Ok"&lt;/PRE&gt;</description>
      <pubDate>Wed, 09 Aug 2017 14:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/equal-operator-expression/m-p/2291618#M64786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-09T14:34:14Z</dc:date>
    </item>
  </channel>
</rss>

