<?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: ActiveIf.EvaluationStrategy.CONTAINS in 7.1.1 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/ActiveIf-EvaluationStrategy-CONTAINS-in-7-1-1/m-p/2247731#M149249</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMlRAAW"&gt;@devxr&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If you test with talent-component:web it works well but it does not in the studio as you described. this is due to the fact you used a suggestion on the endpoint field - if you remove the suggestion it works.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;A workaround can be to use an enum if you endpoints are fixed or an update button if it works for you. Indeed I dont propose you to use a plain input without completion because I assume it does not match what you want.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Apr 2019 11:00:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-04-22T11:00:06Z</dc:date>
    <item>
      <title>ActiveIf.EvaluationStrategy.CONTAINS in 7.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ActiveIf-EvaluationStrategy-CONTAINS-in-7-1-1/m-p/2247730#M149248</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I just faced an issue with the&amp;nbsp;&lt;EM&gt;@ActiveIf&lt;/EM&gt; annotation in Talend Open Studio 7.1.1.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;	@Option
	@Required
	@Suggestable(parameters = "_inputDataStore", value = "fetchResources")
	private String _endpoint;

	@Option
	@ActiveIf(target = "_endpoint", value = "groupId", evaluationStrategy = ActiveIf.EvaluationStrategy.CONTAINS)
	private String _siteId;&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When the&amp;nbsp;&lt;EM&gt;evaluationStrategy&lt;/EM&gt; is set to&amp;nbsp;&lt;EM&gt;EvaluationStrategy.CONTAINS&lt;/EM&gt;, the field on Component UI is not activated, however the "&lt;EM&gt;_endpoint&lt;/EM&gt;" does contain the word of "groupId". &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When I use the default strategy and check for the &lt;STRONG&gt;whole&lt;/STRONG&gt; String which is chosen by the user for the "&lt;EM&gt;_endpoint&lt;/EM&gt;", it works.&lt;/P&gt; 
&lt;P&gt;According to the JavaDoc of&amp;nbsp;EvaluationStrategy.CONTAINS it should check against the sub-string from the value param: &lt;EM&gt;"Check if a string or list of string contains a value."&amp;nbsp;&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;My impression was that it should activate the &lt;EM&gt;"_siteId"&lt;/EM&gt; field if the&amp;nbsp;"&lt;EM&gt;_endpoint"&lt;/EM&gt; contains&amp;nbsp;&lt;EM&gt;"groupId"&lt;/EM&gt;. Shouldn't it?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Zoltán&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ActiveIf-EvaluationStrategy-CONTAINS-in-7-1-1/m-p/2247730#M149248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveIf.EvaluationStrategy.CONTAINS in 7.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ActiveIf-EvaluationStrategy-CONTAINS-in-7-1-1/m-p/2247731#M149249</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMlRAAW"&gt;@devxr&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If you test with talent-component:web it works well but it does not in the studio as you described. this is due to the fact you used a suggestion on the endpoint field - if you remove the suggestion it works.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;A workaround can be to use an enum if you endpoints are fixed or an update button if it works for you. Indeed I dont propose you to use a plain input without completion because I assume it does not match what you want.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 11:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ActiveIf-EvaluationStrategy-CONTAINS-in-7-1-1/m-p/2247731#M149249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-22T11:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveIf.EvaluationStrategy.CONTAINS in 7.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ActiveIf-EvaluationStrategy-CONTAINS-in-7-1-1/m-p/2247732#M149250</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMHOAA4"&gt;@rmannibucau&lt;/A&gt;&amp;nbsp;for the answer. I can confirm that it works well in the web tool. For the meantime, I think I'll just rely on using simple input fields.&lt;BR /&gt;If it can be fixed in the upcoming Studio release that would be awesome.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MApQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143843iD05D3D69B884B2AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MApQ.png" alt="0683p000009MApQ.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 10:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ActiveIf-EvaluationStrategy-CONTAINS-in-7-1-1/m-p/2247732#M149250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-24T10:56:20Z</dc:date>
    </item>
  </channel>
</rss>

