8/18/2025 1:28:19 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss reports for SalesLogix including Crystal, SQL Reports, etc. View the code of conduct for posting guidelines.
|
|
|
|
Slow Reports after upgrade to 7.01 from 6.11
Posted: 26 Feb 08 7:56 AM
|
In 6.11 we were able to use Server side grouping so that the Query being sent to the provider was filtered with the Where Clause. In 7.01 it looks as if they have removed that ability through the provider and now the Entire results set is returned and Crystal is filtering the desired rows. Does the XML Filters apply in the same way or do they actually filter query being sent to the provider? |
|
|
| |
|
Re: Slow Reports after upgrade to 7.01 from 6.11
Posted: 27 Feb 08 12:37 AM
|
You did answer your own question and, no, there isn't. The reason is that the provider tailors the query that the user/crystal produces to ensure that it is security aware. That is - you can generate a report that does select * from contact for example and it will automatically add the where conditions to ensure it adds the team security. |
|
|
|
Re: Slow Reports after upgrade to 7.01 from 6.11
Posted: 27 Feb 08 7:21 AM
|
I was hoping for another solution, We are a software company also integrate with crystal reports. Its a shame that they don't use the same method that our engineers do with the crystal integration. 1.) Call to crystal to provide us the query that it is using 2.) Change the where clause on the qeury 3.) Return the new query to the report 4.) Run the report through the provider
I was hoping that thier would be xml tags for changing the query before it was passed to the provider.
I understand how SLX executes the query, saves the data with the report then filters the results based on the provider filters, I just know there is a better way and its fustrating that I can do anything about it.
|
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|