<?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 IN clause in tSalesforceInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/IN-clause-in-tSalesforceInput/m-p/2302744#M74691</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Hi all,&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;i want to use an 'IN' clause in a salesforce input query, based on some data that i already have&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;I have a list of strings, created runtime based on a csv file, and i want to filter the query in a way that it takes only COLUMN IN (my list of strings) records.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Is it possible to do without using a join?&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;The problem is that the query as is right now extracts a lot of records and i want to avoid that.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Thanks,&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Stevan&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Oct 2020 11:29:06 GMT</pubDate>
    <dc:creator>StevanJovetic10</dc:creator>
    <dc:date>2020-10-28T11:29:06Z</dc:date>
    <item>
      <title>IN clause in tSalesforceInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/IN-clause-in-tSalesforceInput/m-p/2302744#M74691</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Hi all,&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;i want to use an 'IN' clause in a salesforce input query, based on some data that i already have&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;I have a list of strings, created runtime based on a csv file, and i want to filter the query in a way that it takes only COLUMN IN (my list of strings) records.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Is it possible to do without using a join?&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;The problem is that the query as is right now extracts a lot of records and i want to avoid that.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Thanks,&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Stevan&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 11:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/IN-clause-in-tSalesforceInput/m-p/2302744#M74691</guid>
      <dc:creator>StevanJovetic10</dc:creator>
      <dc:date>2020-10-28T11:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: IN clause in tSalesforceInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/IN-clause-in-tSalesforceInput/m-p/2302745#M74692</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the job you can store the list of string which you need to use in the filter condition in a global variable, in the tSalesforceInput component under the Basic setting select the Manual Query&amp;nbsp;and enter the SOQL query with where condition&lt;/P&gt;&lt;P&gt;“Select id,name from account where country in (” + &amp;nbsp;(String)globalMap.get(“filterstring”) + “)”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 15:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/IN-clause-in-tSalesforceInput/m-p/2302745#M74692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-28T15:40:18Z</dc:date>
    </item>
  </channel>
</rss>

