dwolff51
Technical User
- Mar 23, 2011
- 3
I use Crystal Reports 10, and I'm creating all my reports using SQL Stored Procedures (SP). In some cases, I'm joining multiple SPs. When I do this, I get a warning:
"More than one . . stored procedure has been used. . . Make sure that no SQL Expression is added and no server-side group-by is performed".
In some cases, my SP DOES have a group-by in the SQL query. I do this to generate "max" dates for particular events for a LeadID. I then join this SP to another that pulls all my lead information.
The report seems to be working just fine; but I'm concerned by the warning. Does anyone have any assurances or warnings in this regard?
Thanks!
"More than one . . stored procedure has been used. . . Make sure that no SQL Expression is added and no server-side group-by is performed".
In some cases, my SP DOES have a group-by in the SQL query. I do this to generate "max" dates for particular events for a LeadID. I then join this SP to another that pulls all my lead information.
The report seems to be working just fine; but I'm concerned by the warning. Does anyone have any assurances or warnings in this regard?
Thanks!