<?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: tfilterrow advanced mode code completion in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-advanced-mode-code-completion/m-p/2373064#M135828</link>
    <description>I gave up on trying to fix the old job and recreated it. It works now - and Talend generated the code exactly as it did before in the previous versions using 
&lt;BR /&gt;input_row.SOURCE.equals("CSWS.AECC") || 
&lt;BR /&gt;input_row.SINK.equals("CSWS.AECC") || 
&lt;BR /&gt;input_row.SOURCE.startsWith("AECC.") || 
&lt;BR /&gt;input_row.SINK.startsWith("AECC.") 
&lt;BR /&gt; 
&lt;BR /&gt;There is a bug related to replacing/modifying the tfilterrow component and the code generation. 
&lt;BR /&gt;Thanks again, 
&lt;BR /&gt;RG</description>
    <pubDate>Wed, 05 May 2010 16:51:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-05-05T16:51:40Z</dc:date>
    <item>
      <title>tfilterrow advanced mode code completion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-advanced-mode-code-completion/m-p/2373061#M135825</link>
      <description>I am using a tfilterrow with out4 from a tmap as the input source to the tfilterrow.  I have entered the following filtering options.&lt;BR /&gt;input_row.SOURCE.equals("CSWS.AECC") ||&lt;BR /&gt;input_row.SINK.equals("CSWS.AECC")  ||&lt;BR /&gt;input_row.SOURCE.startsWith("AECC.") ||	&lt;BR /&gt;input_row.SINK.startsWith("AECC.")&lt;BR /&gt;The source code contains the following after it is generated by Talend&lt;BR /&gt;out4.SOURCE.equals("CSWS.AECC")|| &lt;BR /&gt;out4.SINK.equals("CSWS.AECC")|| &lt;BR /&gt;out4.SOURCE.startsWith("AECC.")|| &lt;BR /&gt;out4.SINK.startsWith("AECC.")&lt;BR /&gt;I get an error that states out4.SOURCE cannot be resolved or is not a field.&lt;BR /&gt;&lt;BR /&gt;I have other jobs that use the same exact advanced filter options that are not re-written by the Talend code generator and they work.  The filters need to be &lt;BR /&gt;input_row.SOURCE.equals("CSWS.AECC") ||&lt;BR /&gt;input_row.SINK.equals("CSWS.AECC")  ||&lt;BR /&gt;input_row.SOURCE.startsWith("AECC.") ||	&lt;BR /&gt;input_row.SINK.startsWith("AECC.")&lt;BR /&gt;Is this a bug?  How do I overcome this issue?&lt;BR /&gt;RG</description>
      <pubDate>Sat, 16 Nov 2024 13:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-advanced-mode-code-completion/m-p/2373061#M135825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow advanced mode code completion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-advanced-mode-code-completion/m-p/2373062#M135826</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;out4.SOURCE.equals("CSWS.AECC")||&lt;BR /&gt;out4.SINK.equals("CSWS.AECC")||&lt;BR /&gt;out4.SOURCE.startsWith("AECC.")||&lt;BR /&gt;out4.SINK.startsWith("AECC.")&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;The code generated by Talend is ok, did you try close the job and open again? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 05 May 2010 14:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-advanced-mode-code-completion/m-p/2373062#M135826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-05T14:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow advanced mode code completion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-advanced-mode-code-completion/m-p/2373063#M135827</link>
      <description>Yes I have closed the job and this did not "fix" the issue. I have compl;etely shut down Talend and restarted the program and the issue remains. 
&lt;BR /&gt;Why does Talend generate the code differently now. I have several other jobs using the same filtering options and Talend did not "re-write" the code to use "out4.source" instead of "input_row.source". 
&lt;BR /&gt;My other jobs work flawlessly using "input_row.source". I started experiencing this issue after I upgraded to open studio 4.</description>
      <pubDate>Wed, 05 May 2010 15:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-advanced-mode-code-completion/m-p/2373063#M135827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-05T15:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow advanced mode code completion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-advanced-mode-code-completion/m-p/2373064#M135828</link>
      <description>I gave up on trying to fix the old job and recreated it. It works now - and Talend generated the code exactly as it did before in the previous versions using 
&lt;BR /&gt;input_row.SOURCE.equals("CSWS.AECC") || 
&lt;BR /&gt;input_row.SINK.equals("CSWS.AECC") || 
&lt;BR /&gt;input_row.SOURCE.startsWith("AECC.") || 
&lt;BR /&gt;input_row.SINK.startsWith("AECC.") 
&lt;BR /&gt; 
&lt;BR /&gt;There is a bug related to replacing/modifying the tfilterrow component and the code generation. 
&lt;BR /&gt;Thanks again, 
&lt;BR /&gt;RG</description>
      <pubDate>Wed, 05 May 2010 16:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-advanced-mode-code-completion/m-p/2373064#M135828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-05T16:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow advanced mode code completion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-advanced-mode-code-completion/m-p/2373065#M135829</link>
      <description>Same song second verse - The code that Talend Open Studio is generating will not work and its the same issue - but this timedeleteing the job and starting over is not the solution.  The code below is what is being generated.&lt;BR /&gt;out4.SOURCE.equals("CSWS.AECC")||&lt;BR /&gt;out4.SINK.equals("CSWS.AECC")||&lt;BR /&gt;out4.SOURCE.startsWith("AECC.")||&lt;BR /&gt;out4.SINK.startsWith("AECC.")&lt;BR /&gt;&lt;BR /&gt;This code is what is needed for the filter row to workl&lt;BR /&gt;input_row.SOURCE.equals("CSWS.AECC") ||&lt;BR /&gt;input_row.SINK.equals("CSWS.AECC")  ||&lt;BR /&gt;input_row.SOURCE.startsWith("AECC.") ||    &lt;BR /&gt;input_row.SINK.startsWith("AECC.")&lt;BR /&gt;Why does Talend insist on generating this code that doesn't work?  What am I doing wrong?</description>
      <pubDate>Thu, 27 May 2010 22:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-advanced-mode-code-completion/m-p/2373065#M135829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-27T22:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow advanced mode code completion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-advanced-mode-code-completion/m-p/2373066#M135830</link>
      <description>Hello
&lt;BR /&gt;Which version of TOS do you use? I am using TOS4.0.1 and it works fine. 
&lt;BR /&gt;The generated code should be:
&lt;BR /&gt;out4.SOURCE.equals("CSWS.AECC")||
&lt;BR /&gt;out4.SINK.equals("CSWS.AECC")||
&lt;BR /&gt;out4.SOURCE.startsWith("AECC.")||
&lt;BR /&gt;out4.SINK.startsWith("AECC."),
&lt;BR /&gt;If you still have problem, please export your job and send it to me via email.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 28 May 2010 01:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-advanced-mode-code-completion/m-p/2373066#M135830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-28T01:46:17Z</dc:date>
    </item>
  </channel>
</rss>

