patty
I have a report with 2 parameters of start and end date for a generic report, and a formula giving the incident date from a date time record.
When I schedulled the report I removed the part of the filter which said:
@Incidentdate >={?StartDate} and @Incidentdate<={?EndDate}
and replaced it with:
@Incidentdate = Currentdate-1
It then works great.
if I wanted it to show a week, then:
@Incidentdate >Currentdate-7 and @Incidentdate<Currentdate-1 and schedulled every Mon morning.
Kevin M