I am trying to cut the run-time down on a report by altering the SQL sentence for my report based on used defined parameters. I'm not having any luck and need some advice on what my options are. If I alter the SQL sentence directly and refresh the report, it works great, but if I use the Select Expert, the report fetches the entire table and then limits the data displayed to those rows that match my criteria. I'm trying to speed this up by having it select only those rows that meet my criteria on the front side.
Any ideas would be appreciated.
Any ideas would be appreciated.