I have a report that takes about 15 minutes to return over 700,000 records. This obviously stinks for development whenever I add an additional field. The developers are working on the query to speed things up, but until then, is there a setting for Top N records or something that I can do so all of the records aren't read each time the report is refreshed? I'd obviously change/remove this setting once the report is ready for production. I already have date parameters and select only one day...but there is still too much data.
I'm using CR 10. My datasource is a command pulling data from SQL Server.
I'm using CR 10. My datasource is a command pulling data from SQL Server.