I have a Crystal Report based on a stored procedure that requires start and end dates as parameters. I am unaware of any way to setup the scheduled job to provide moving values for the first and last days of last month, and the parameters are required for the stored procedure to work.
If providing calculated values in the schedule isn't possible, is there a way that I can provide them programmatically within the report? I've tried looking for a way to change the datasource on-the-fly so that I can provide the values at that point, but can't find that either.
I'm a VB programmer first, so if it can be done, knowing where to put the code within the report is critical.
Thanks!
If providing calculated values in the schedule isn't possible, is there a way that I can provide them programmatically within the report? I've tried looking for a way to change the datasource on-the-fly so that I can provide the values at that point, but can't find that either.
I'm a VB programmer first, so if it can be done, knowing where to put the code within the report is critical.
Thanks!