Is there a way to append to the WHERE clause that Crystal creates?
Our program is written in Visual C++, and we would like to cut back on the time it takes some of our reports to run.
We have functions from our UFLs in our record selection formula, so Crystal pulls all the data over and then manipulates it, instead of having the server manipulate them. So if we can kill some of the records on the server side using SQL, it would reduce traffic and speed things up a bit.
Thanks for the help,
JD
Our program is written in Visual C++, and we would like to cut back on the time it takes some of our reports to run.
We have functions from our UFLs in our record selection formula, so Crystal pulls all the data over and then manipulates it, instead of having the server manipulate them. So if we can kill some of the records on the server side using SQL, it would reduce traffic and speed things up a bit.
Thanks for the help,
JD