MaumeeScott
Technical User
I have date parameters (?StartDate and ?EndDate) and they are being run against a date/time field. The selection criteria looks like:
Date({date/time field}) in ?StartDate and ?EndDate
This works fine except that it takes forever to run and no matter what date range in insert the report looks at every record. When I remove the Date() function it is much faster. I would like for my users not to have to deal with a time-stamp on the parameter if possible. Any ideas?
Date({date/time field}) in ?StartDate and ?EndDate
This works fine except that it takes forever to run and no matter what date range in insert the report looks at every record. When I remove the Date() function it is much faster. I would like for my users not to have to deal with a time-stamp on the parameter if possible. Any ideas?