<?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: The operator! is undefined for the argument type int in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/The-operator-is-undefined-for-the-argument-type-int/m-p/2203252#M4639</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPJNAA4"&gt;@ruthvi&lt;/A&gt;&amp;nbsp;, please try with the below one. can you tell me which column are coming with&amp;nbsp;&lt;SPAN&gt;Integer type from input schema? change the comparison&amp;nbsp;for the integer type. as changed for&amp;nbsp;STUDENT_ID.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;!Relational.isNull(row2.COURSE_KEY)&lt;BR /&gt;&amp;amp;&amp;amp;&lt;BR /&gt;(&lt;BR /&gt;row1.STUDENT_ID&amp;lt;&amp;gt;row2.STUDENT_ID||&lt;BR /&gt;!row1.EMAIL.equals(row2.EMAIL)||&lt;BR /&gt;!row1.ENROLLED_ON.equals(row2.ENROLLED_ON)||&amp;nbsp; !row1.GROUP_ID.equals(row2.GROUP_ID)||&lt;BR /&gt;!row1.IS_ENROLLED.equals(row2.IS_ENROLLED)||&amp;nbsp; !row1.LAST_SEEN_ON.equals(row2.LAST_SEEN_ON)|| !row1.LABELS.equals(row2.LABELS)||&lt;BR /&gt;!row1.NAME.equals(row2.NAME)||&lt;BR /&gt;!row1.USER_ID.equals(row2.USER_ID))&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Mar 2019 06:47:26 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2019-03-27T06:47:26Z</dc:date>
    <item>
      <title>The operator! is undefined for the argument type int</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-operator-is-undefined-for-the-argument-type-int/m-p/2203251#M4638</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;I want to use SCD1 in my job.so I have used tamp with the below condition&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;!Relational.isNull(row2.COURSE_KEY)&lt;BR /&gt;&amp;amp;&amp;amp;&lt;BR /&gt;(&lt;BR /&gt;!row1.STUDENT_ID.equals(row2.STUDENT_ID)||&lt;BR /&gt;!row1.EMAIL.equals(row2.EMAIL)||&lt;BR /&gt;!row1.ENROLLED_ON.equals(row2.ENROLLED_ON)||&amp;nbsp; !row1.GROUP_ID.equals(row2.GROUP_ID)||&lt;BR /&gt;!row1.IS_ENROLLED.equals(row2.IS_ENROLLED)||&amp;nbsp; !row1.LAST_SEEN_ON.equals(row2.LAST_SEEN_ON)|| !row1.LABELS.equals(row2.LABELS)||&lt;BR /&gt;!row1.NAME.equals(row2.NAME)||&lt;BR /&gt;!row1.USER_ID.equals(row2.USER_ID))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;But iam getting&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;&lt;FONT size="5"&gt;The operator ! is undefined for the argument type(s) Integer&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;Can you please help on this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 06:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-operator-is-undefined-for-the-argument-type-int/m-p/2203251#M4638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-27T06:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: The operator! is undefined for the argument type int</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-operator-is-undefined-for-the-argument-type-int/m-p/2203252#M4639</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPJNAA4"&gt;@ruthvi&lt;/A&gt;&amp;nbsp;, please try with the below one. can you tell me which column are coming with&amp;nbsp;&lt;SPAN&gt;Integer type from input schema? change the comparison&amp;nbsp;for the integer type. as changed for&amp;nbsp;STUDENT_ID.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;!Relational.isNull(row2.COURSE_KEY)&lt;BR /&gt;&amp;amp;&amp;amp;&lt;BR /&gt;(&lt;BR /&gt;row1.STUDENT_ID&amp;lt;&amp;gt;row2.STUDENT_ID||&lt;BR /&gt;!row1.EMAIL.equals(row2.EMAIL)||&lt;BR /&gt;!row1.ENROLLED_ON.equals(row2.ENROLLED_ON)||&amp;nbsp; !row1.GROUP_ID.equals(row2.GROUP_ID)||&lt;BR /&gt;!row1.IS_ENROLLED.equals(row2.IS_ENROLLED)||&amp;nbsp; !row1.LAST_SEEN_ON.equals(row2.LAST_SEEN_ON)|| !row1.LABELS.equals(row2.LABELS)||&lt;BR /&gt;!row1.NAME.equals(row2.NAME)||&lt;BR /&gt;!row1.USER_ID.equals(row2.USER_ID))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 06:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-operator-is-undefined-for-the-argument-type-int/m-p/2203252#M4639</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-27T06:47:26Z</dc:date>
    </item>
  </channel>
</rss>

