Hi Turkbear,
Thanks for the reply!
I have looked at the SQL generated by Crystal, Where it is pulling all the data from database and applying filtering the data in the report. I have basically four union queries, even to pull a few records, it is reading entire query from the database, I have tried using the union's as a subquery to see if if the crystal passes where clause, but it's still grabing all data and filtering it on the report.
Any thought's on how to push where to database?
Thanks again!