I'm a user, not a developer, so forgive me if this is a stupid question.
There are a few reports that I need daily, and through Business Objects I am able to retrieve those, and can reschedule them to run automatically, daily, be sent via e-mail and reformatted from a crystal report to excel...except for one. I can do so, but I'll get the same report every day, only through the end date of the original report that was rescheduled. I assume that there is coding for the end date that I can modify so that report runs using the current date as the end date. I've checked the filters for the reports that work that way for comparison, but they simply say 'NOSHOWFILTER', and that's all I get.
This is what it says currently:
{NGV_OR_TASK_CLOSED.D_TASK_CMPL} >= {?p_dt_startdate} and
{NGV_OR_TASK_CLOSED.D_TASK_CMPL} <= {?p_dt_enddate} and....
Is there something I can replace there?
Thanks in advance for any help available!