Report Schedule

Hi,

I’ve a report with a datetime filter. My question is, I need to send this report on a defined schedule, that would include all the records 15 days back from the day that the report was scheduled to, how should I configure the filter/parameter in order to achieve this?

Example: Suppose that the report is scheduled to run on 16-12-2021, I want all the records where the date is bigger than 1-12-2021 until the scheduled date, which is 16-12-2021.

Thanks,

Luis Silva

I believe you would be able to use the date token, Advanced feature, just set the lower range to -15 days from the current date and the upper range - 1 from the End of Current Day. Then when you schedule your report, every time it runs, regardless of when, it will always apply the previous 15 days filter.

2 Likes

Thanks Kelly! That’s what I wanted.