Our oracle database is large and it takes a long time to access the view used by my Crystal report even if I want to get only a couple of records. The view itself contains millions of records and I assume the view is populated only when I read it. The selection changes (date range) every time it runs so I do not want to select by a fixed date in the view. The date range for the report is a parameter in Crystal. Can I pass it to the view somehow? Or, is there some other way to speed up the process.