<?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 Salesforce SOQL filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Salesforce-SOQL-filter/m-p/747596#M1228373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm very new to both Qlikview and Salesforce and I'm just messing around with the Salesforce connector.&amp;nbsp; I am using v12 (QvSalesForceConnector.exe 64) and the Salesforce API v33.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My connection is fine and validates OK to the Test sandox site&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CUSTOM CONNECT TO "Provider=QvSalesforceConnector.exe;BatchSize=2000;UseBulkAPI=false;Url=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://test.salesforce.com/services/Soap/u/33.0;QueryMode=QueryAll;ConvertSqlDates=False;BooleanAsStrings=False;ConvertToLocalTime=False;XUserId=;XPassword=;" rel="nofollow" target="_blank"&gt;https://test.salesforce.com/services/Soap/u/33.0;QueryMode=QueryAll;ConvertSqlDates=False;BooleanAsStrings=False;ConvertToLocalTime=False;XUserId=;XPassword=;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple LOAD Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SalesforceConnectorMaster:&lt;/P&gt;&lt;P&gt;SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp; Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp; IsWon,&lt;/P&gt;&lt;P&gt;FROM Opportunity&lt;/P&gt;&lt;P&gt;WHERE (Name like 'A%')&lt;/P&gt;&lt;P&gt;//AND (IsWon=1)&lt;/P&gt;&lt;P&gt; ;&lt;/P&gt;&lt;P&gt;Opportunity:&lt;/P&gt;&lt;P&gt;LOAD Opportunity.Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp; Opportunity.IsWon &lt;/P&gt;&lt;P&gt;RESIDENT SalesforceConnectorMaster;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table SalesforceConnectorMaster;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script above works fine, however when I try to filter on the IsWon field then I get the following error&lt;/P&gt;&lt;P&gt;Error: QVX_UNKNOWN_ERROR: INVALID_FIELD: &lt;/P&gt;&lt;P&gt;AND (IsWon=1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I saw some documentation that implies that the Filter may not be enabled on every field but when I look at &lt;A href="http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_opportunity.htm" title="http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_opportunity.htm" target="_blank"&gt;Opportunity&lt;/A&gt; on the salesforce api documentatio it implies that it is available for filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? Thanks in advance&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T21:26:37Z</dc:date>
    <item>
      <title>Salesforce SOQL filter</title>
      <link>https://community.qlik.com/t5/QlikView/Salesforce-SOQL-filter/m-p/747596#M1228373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm very new to both Qlikview and Salesforce and I'm just messing around with the Salesforce connector.&amp;nbsp; I am using v12 (QvSalesForceConnector.exe 64) and the Salesforce API v33.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My connection is fine and validates OK to the Test sandox site&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CUSTOM CONNECT TO "Provider=QvSalesforceConnector.exe;BatchSize=2000;UseBulkAPI=false;Url=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://test.salesforce.com/services/Soap/u/33.0;QueryMode=QueryAll;ConvertSqlDates=False;BooleanAsStrings=False;ConvertToLocalTime=False;XUserId=;XPassword=;" rel="nofollow" target="_blank"&gt;https://test.salesforce.com/services/Soap/u/33.0;QueryMode=QueryAll;ConvertSqlDates=False;BooleanAsStrings=False;ConvertToLocalTime=False;XUserId=;XPassword=;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple LOAD Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SalesforceConnectorMaster:&lt;/P&gt;&lt;P&gt;SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp; Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp; IsWon,&lt;/P&gt;&lt;P&gt;FROM Opportunity&lt;/P&gt;&lt;P&gt;WHERE (Name like 'A%')&lt;/P&gt;&lt;P&gt;//AND (IsWon=1)&lt;/P&gt;&lt;P&gt; ;&lt;/P&gt;&lt;P&gt;Opportunity:&lt;/P&gt;&lt;P&gt;LOAD Opportunity.Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp; Opportunity.IsWon &lt;/P&gt;&lt;P&gt;RESIDENT SalesforceConnectorMaster;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table SalesforceConnectorMaster;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script above works fine, however when I try to filter on the IsWon field then I get the following error&lt;/P&gt;&lt;P&gt;Error: QVX_UNKNOWN_ERROR: INVALID_FIELD: &lt;/P&gt;&lt;P&gt;AND (IsWon=1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I saw some documentation that implies that the Filter may not be enabled on every field but when I look at &lt;A href="http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_opportunity.htm" title="http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_opportunity.htm" target="_blank"&gt;Opportunity&lt;/A&gt; on the salesforce api documentatio it implies that it is available for filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? Thanks in advance&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Salesforce-SOQL-filter/m-p/747596#M1228373</guid>
      <dc:creator />
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce SOQL filter</title>
      <link>https://community.qlik.com/t5/QlikView/Salesforce-SOQL-filter/m-p/747597#M1228374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually solved this and so thought I'd share the answer.&amp;nbsp; I found this on the Salesforce documentation site, and in SOQL you have to use =TRUE,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://www.salesforce.com/us/developer/docs/officetoolkit/index_Left.htm#StartTopic=Content%2Fsforce_api_calls_soql_select_dateformats.htm|SkinName=webhelp" title="http://www.salesforce.com/us/developer/docs/officetoolkit/index_Left.htm#StartTopic=Content%2Fsforce_api_calls_soql_select_dateformats.htm|SkinName=webhelp"&gt;http://www.salesforce.com/us/developer/docs/officetoolkit/index_Left.htm#StartTopic=Content%2Fsforce_api_calls_soql_select_dateformats.htm|SkinName=webhelp&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 09:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Salesforce-SOQL-filter/m-p/747597#M1228374</guid>
      <dc:creator />
      <dc:date>2015-02-26T09:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce SOQL filter</title>
      <link>https://community.qlik.com/t5/QlikView/Salesforce-SOQL-filter/m-p/2117136#M1228376</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Where di you used "=TRUE"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the same problem.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 19:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Salesforce-SOQL-filter/m-p/2117136#M1228376</guid>
      <dc:creator>renato_cardim</dc:creator>
      <dc:date>2023-09-14T19:50:05Z</dc:date>
    </item>
  </channel>
</rss>

