<?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: Filtering SugarCRM Records in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1779597#M7253</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1113"&gt;@scottduthie&lt;/a&gt;&amp;nbsp;- I don't have a good suggestion for squeezing the parameters in - I think it's best if we add these parameters as per my suggestion above as it seems like they will be useful to all SugarCRM Connector users.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2021 06:58:05 GMT</pubDate>
    <dc:creator>chrisbrain</dc:creator>
    <dc:date>2021-02-03T06:58:05Z</dc:date>
    <item>
      <title>Filtering SugarCRM Records</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1448953#M7247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does one specify selection criteria when using the Beta Web Connector for SugarCRM in Qlik Sense Cloud?&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;Is there an additional parameter that must be added to the SELECT statement PROPERTIES?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date_entered,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date_modified&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM CustomModule&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WITH PROPERTIES (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; moduleName='MyCustomModule'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,max_num='10000'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,order_by='date_modified:DESC'&lt;/P&gt;&lt;P&gt;)&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1448953#M7247</guid>
      <dc:creator>fredlee33</dc:creator>
      <dc:date>2021-04-02T08:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering SugarCRM Records</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1779137#M7248</link>
      <description>&lt;P&gt;Hi fredlee33,&lt;/P&gt;&lt;P&gt;Did you ever make progress on this?&lt;/P&gt;&lt;P&gt;There's still very minimal content on the community about using the Sugar connector - I'm struggling to work out the syntax to filter the API requests.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 23:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1779137#M7248</guid>
      <dc:creator>scottduthie</dc:creator>
      <dc:date>2021-02-01T23:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering SugarCRM Records</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1779211#M7249</link>
      <description>&lt;P&gt;Hi - Currently the connector does not have a parameter to supply an additional filter, it just extracts all the records (although it does have order by and max results parameters to limit the results).&lt;/P&gt;&lt;P&gt;Do you need an additional filter because it is just too slow to extract everything and then do the filtering in the Qlik app?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 08:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1779211#M7249</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2021-02-02T08:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering SugarCRM Records</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1779356#M7250</link>
      <description>&lt;P&gt;Yes that's exactly the issue - the extract process is incredibly slow and often falls over and fails, or hangs and then fails. (We are using a Sugar administrator account).&lt;/P&gt;&lt;P&gt;Ideally we'd like to filter the extract by something like 'date_entered' (for Contacts) - this way we can set up an incremental process on the Qlik side and just grab the little bit of new data we need each day. Is filtering the extract possible? The documentation suggests using the '&lt;SPAN&gt;CustomRequest' table for filtering.....but I can't work out the syntax.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There is this example in the documentation:&amp;nbsp;'Contacts?filter0date_entered$lt=2015-01-01&amp;amp;fields=id,name'.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;But I'm not sure where in the footer of the query you'd write this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This is what the default 'footer' of the query looks like - how do you add a filter in here?&lt;/P&gt;&lt;P&gt;FROM Contacts&lt;BR /&gt;WITH PROPERTIES (&lt;BR /&gt;max_num='',&lt;BR /&gt;order_by=''&lt;BR /&gt;);&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 13:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1779356#M7250</guid>
      <dc:creator>scottduthie</dc:creator>
      <dc:date>2021-02-02T13:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering SugarCRM Records</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1779413#M7251</link>
      <description>&lt;P&gt;It looks like we would have to add this as a separate input. Looking at the docs:&lt;BR /&gt;&lt;A href="https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_10.2/Integration/Web_Services/REST_API/Endpoints/modulefilter_GET/index.html" target="_blank"&gt;https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_10.2/Integration/Web_Services/REST_API/Endpoints/modulefilter_GET/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Would it be OK to add an additional 'filter' parameter to the tables where you could enter something like:&lt;BR /&gt;[{"probability": {"$gt": "50"}}]&lt;/P&gt;&lt;P&gt;And a fields parameter where you could enter something like:&lt;BR /&gt;id,probability&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 15:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1779413#M7251</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2021-02-02T15:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering SugarCRM Records</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1779445#M7252</link>
      <description>&lt;P&gt;I had started to work my way through the Sugar API documentation - however what I was hoping/assuming was that as Qlik was offering the Sugar web connector as an out of the box solution in the SaaS platform there would be some relatively easy mechanism to filter records.&lt;/P&gt;&lt;P&gt;It's actually a client of ours using the Sugar connector - hand encoding a REST URL based on their filter criteria is a little less 'self-service' than desired.&lt;/P&gt;&lt;P&gt;Do you know if you can squeeze parameters like you mentioned above '&lt;SPAN&gt;[{"probability": {"$gt": "50"}}]' into the default script generated&amp;nbsp;by the connector, or do you think it's best to just ditch the Sugar connector and use the default REST connector and hand encode the URL based on the Sugar API documentation?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 16:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1779445#M7252</guid>
      <dc:creator>scottduthie</dc:creator>
      <dc:date>2021-02-02T16:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering SugarCRM Records</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1779597#M7253</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1113"&gt;@scottduthie&lt;/a&gt;&amp;nbsp;- I don't have a good suggestion for squeezing the parameters in - I think it's best if we add these parameters as per my suggestion above as it seems like they will be useful to all SugarCRM Connector users.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 06:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1779597#M7253</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2021-02-03T06:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering SugarCRM Records</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1779788#M7254</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6113"&gt;@chrisbrain&lt;/a&gt;&amp;nbsp;- thanks for the speedy replies here - I think adding an&amp;nbsp;&lt;SPAN&gt;additional 'filter' parameter to the tables as you suggested would be extremely&amp;nbsp;helpful! How long does a change like this normally take to make its way through&amp;nbsp;dev cycles and into a release?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In lieu&amp;nbsp;of having that filter parameter within the data preview&amp;nbsp;GUI, can you confirm whether within the current functionality of the connector you can filter records by hand-coding the parameters into the query? The documentation says to use the&amp;nbsp;&lt;/SPAN&gt;'&lt;SPAN&gt;CustomRequest' table for filtering.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;There is this example in the documentation to filter contacts based on date entered:&amp;nbsp;'Contacts?filter0date_entered$lt=2015-01-01&amp;amp;fields=id,name'.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;But where in the 'footer' of the auto-generated query would you write this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FYI - by auto-generated footer I mean this bit:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM Contacts&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WITH PROPERTIES (&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;max_num='',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;order_by=''&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 14:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1779788#M7254</guid>
      <dc:creator>scottduthie</dc:creator>
      <dc:date>2021-02-03T14:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering SugarCRM Records</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1780420#M7255</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1113"&gt;@scottduthie&lt;/a&gt;&amp;nbsp;- We have added those two filters but it still needs some additional testing. I think it's possible this might get into a new release next week week but this is definitely a personal view and not a commitment etc. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Sorry - but I don't have a suggestion for a workaround using the existing version.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 07:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1780420#M7255</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2021-02-05T07:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering SugarCRM Records</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1780937#M7256</link>
      <description>&lt;P&gt;Thanks for the update&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6113"&gt;@chrisbrain&lt;/a&gt;&amp;nbsp;, looking forward to having this available!&lt;/P&gt;&lt;P&gt;We have been experiencing a lot of 'socket closed' errors when trying to load more than about 10,000 rows from a table - so we're hoping the ability to filter might make the data extracts smaller and more stable. FYI - we have an open ticket regarding the socket closed errors.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 16:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1780937#M7256</guid>
      <dc:creator>scottduthie</dc:creator>
      <dc:date>2021-02-08T16:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering SugarCRM Records</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1788601#M7257</link>
      <description>&lt;P&gt;@Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1113"&gt;@scottduthie&lt;/a&gt;&amp;nbsp;- It took us a little longer to get this release out but you should now see filter and fields parameters - as shown for example here:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chrisbrain_0-1614930964512.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/50508iB3F253A05034E8CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chrisbrain_0-1614930964512.png" alt="chrisbrain_0-1614930964512.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Note there is a link in the description at the top to a page which will give some support on constructing the filter string.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 07:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1788601#M7257</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2021-03-05T07:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering SugarCRM Records</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1788691#M7258</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6113"&gt;@chrisbrain&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for pushing this update through. We'll go test it out.&lt;/P&gt;&lt;P&gt;Scott.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 13:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1788691#M7258</guid>
      <dc:creator>scottduthie</dc:creator>
      <dc:date>2021-03-05T13:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering SugarCRM Records</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1798486#M8772</link>
      <description>&lt;P&gt;Will this be released on the on premise Web Connectors as well? &amp;nbsp;My SugarCRM opportunity table has over 400,000 records and it would be great to filter by a date field.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 01:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filtering-SugarCRM-Records/m-p/1798486#M8772</guid>
      <dc:creator>DGO</dc:creator>
      <dc:date>2021-04-10T01:12:34Z</dc:date>
    </item>
  </channel>
</rss>

