<?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 using a variable in tLDAPInput filter in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/using-a-variable-in-tLDAPInput-filter/m-p/2294354#M67243</link>
    <description>&lt;P&gt;We are trying to lookup descriptions of Active Directory groups.  However, our Active Directory query is limited to 10,000 records so I've broken down my queries to be each letter of the alphabet by iterating through, so that we stay below the limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I can't seem to get the LDAP input to accept the same Iterate variable that I was able to use in my database query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DB query:&lt;/P&gt;&lt;P&gt;entitlement like 'CN="+row17.alphabet+"%'&lt;/P&gt;&lt;P&gt;This iterates through the alphabet without issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LDAP Filter:&lt;/P&gt;&lt;P&gt;"(&amp;amp;(objectClass=*)(cn="+row17.alphabet+"*))"&lt;/P&gt;&lt;P&gt;This does not compile.  &lt;/P&gt;&lt;P&gt;I tried to use (String)globalMap.get("row17.alphabet") as well without success.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the filter not accept variables and if so, is there another solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:24:39 GMT</pubDate>
    <dc:creator>quad4x</dc:creator>
    <dc:date>2024-11-16T01:24:39Z</dc:date>
    <item>
      <title>using a variable in tLDAPInput filter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-a-variable-in-tLDAPInput-filter/m-p/2294354#M67243</link>
      <description>&lt;P&gt;We are trying to lookup descriptions of Active Directory groups.  However, our Active Directory query is limited to 10,000 records so I've broken down my queries to be each letter of the alphabet by iterating through, so that we stay below the limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I can't seem to get the LDAP input to accept the same Iterate variable that I was able to use in my database query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DB query:&lt;/P&gt;&lt;P&gt;entitlement like 'CN="+row17.alphabet+"%'&lt;/P&gt;&lt;P&gt;This iterates through the alphabet without issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LDAP Filter:&lt;/P&gt;&lt;P&gt;"(&amp;amp;(objectClass=*)(cn="+row17.alphabet+"*))"&lt;/P&gt;&lt;P&gt;This does not compile.  &lt;/P&gt;&lt;P&gt;I tried to use (String)globalMap.get("row17.alphabet") as well without success.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the filter not accept variables and if so, is there another solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-a-variable-in-tLDAPInput-filter/m-p/2294354#M67243</guid>
      <dc:creator>quad4x</dc:creator>
      <dc:date>2024-11-16T01:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: using a variable in tLDAPInput filter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-a-variable-in-tLDAPInput-filter/m-p/2294355#M67244</link>
      <description>&lt;P&gt;You have a screenshot?&lt;/P&gt;&lt;P&gt;It probably has to do with that you put a row... most likely the component works properly if it is triggered/iterated. &lt;/P&gt;&lt;P&gt;Change from row flowToIterate. and use this 'key' var as input.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-a-variable-in-tLDAPInput-filter/m-p/2294355#M67244</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2020-09-28T11:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: using a variable in tLDAPInput filter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-a-variable-in-tLDAPInput-filter/m-p/2294356#M67245</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The filter should accept "variables".&lt;/P&gt;&lt;P&gt;You can try to look at your job code ("Code" button just below the Job design) and see exactly where your error is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-a-variable-in-tLDAPInput-filter/m-p/2294356#M67245</guid>
      <dc:creator>lennelei</dc:creator>
      <dc:date>2020-09-28T12:36:29Z</dc:date>
    </item>
  </channel>
</rss>

