Currently I have a SQL 2000 database with a view set up. I have a Crystal 8 report hooked to that view. My View contains a large amount of data ( greater than 10000 recs) and I want to pull specific Job Ids out of the data.
Right now I am using the selection expert to get these job IDs. It appears the report reads every record in the table then determines if the job ID is in the table. This processing takes some time.
What is the best way to query for just a specific job ID. I want the user to have the ability to enter different Job IDs on the fly when the report is run.
Right now I am using the selection expert to get these job IDs. It appears the report reads every record in the table then determines if the job ID is in the table. This processing takes some time.
What is the best way to query for just a specific job ID. I want the user to have the ability to enter different Job IDs on the fly when the report is run.