<?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: Row cannot be resolved to variable - error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Row-cannot-be-resolved-to-variable-error/m-p/2373362#M136095</link>
    <description>&lt;P&gt;@Janki Bhatt​&lt;/P&gt;&lt;P&gt;The problem is not the equals function, it is the Expr.key field does not allow to reference to row2.columnName on the row2 lookup table. &lt;/P&gt;</description>
    <pubDate>Thu, 13 Aug 2020 09:06:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-08-13T09:06:01Z</dc:date>
    <item>
      <title>Row cannot be resolved to variable - error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Row-cannot-be-resolved-to-variable-error/m-p/2373358#M136091</link>
      <description>&lt;P&gt;I have Row1 as Main and Row2 as look up table and using below expression in tMAP to join the column. While running the job, it gives "&amp;nbsp;row2 cannot be resolved to a variable". What am I doing wrong here? See attached screenshot for job and error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression: "row1.Tag24==row2.Tag3 || row1.Tag25==row2.Tag3&amp;nbsp;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to achieve is join row1.Tag24 with row2.tag3 and if that fails then row1.tag25 with row2.tag3.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Row-cannot-be-resolved-to-variable-error/m-p/2373358#M136091</guid>
      <dc:creator>jbhatt1810</dc:creator>
      <dc:date>2024-11-16T01:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Row cannot be resolved to variable - error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Row-cannot-be-resolved-to-variable-error/m-p/2373359#M136092</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;The expression key field does not support ternary expression like row1.Tag24==row2.Tag3 || row1.Tag25==row2.Tag3. &lt;/P&gt;&lt;P&gt;I think you need to do different joins and merge the result. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 01:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Row-cannot-be-resolved-to-variable-error/m-p/2373359#M136092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-05T01:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Row cannot be resolved to variable - error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Row-cannot-be-resolved-to-variable-error/m-p/2373360#M136093</link>
      <description>&lt;P&gt;@Janki Bhatt​&amp;nbsp;, To add to @Shicong Hong​&amp;nbsp; you need to compare sting data type fields with below way and row1.Tag24.equals(row2.Tag3) not with == and if you wan to do the above way then you need to do cross join and then in the output section you need to activate the filter and specify the expression which you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 02:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Row-cannot-be-resolved-to-variable-error/m-p/2373360#M136093</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-08-05T02:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Row cannot be resolved to variable - error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Row-cannot-be-resolved-to-variable-error/m-p/2373361#M136094</link>
      <description>&lt;P&gt;@Manohar B​&amp;nbsp;I tried row1.Tag24.equals(row2.Tag3)&lt;/P&gt;&lt;P&gt;but threw same error. Could you share exact syntax converting below with "equals" keyword?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;row1.Tag24==row2.Tag3 || row1.Tag25==row2.Tag3&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 15:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Row-cannot-be-resolved-to-variable-error/m-p/2373361#M136094</guid>
      <dc:creator>jbhatt1810</dc:creator>
      <dc:date>2020-08-10T15:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Row cannot be resolved to variable - error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Row-cannot-be-resolved-to-variable-error/m-p/2373362#M136095</link>
      <description>&lt;P&gt;@Janki Bhatt​&lt;/P&gt;&lt;P&gt;The problem is not the equals function, it is the Expr.key field does not allow to reference to row2.columnName on the row2 lookup table. &lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 09:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Row-cannot-be-resolved-to-variable-error/m-p/2373362#M136095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-13T09:06:01Z</dc:date>
    </item>
  </channel>
</rss>

