Using CR7, mysql 4
I have a report that list customer packages based an a date range that a user provides. Customer packages have a BeginDate and EndDate which indicates when the package is valid.
Ex. user provides the following date range to run the report:
Start Date: 9/1/05
End Date: 12/1/05
I have customer packages with BeginDate = 8/1/04 and EndDate of 10/31/05. I need to then display the month within the date range the package is good for. For this example I need to show the package is good for Sept 05 and Oct 05. How can I accomplish this in crystal?
I have a report that list customer packages based an a date range that a user provides. Customer packages have a BeginDate and EndDate which indicates when the package is valid.
Ex. user provides the following date range to run the report:
Start Date: 9/1/05
End Date: 12/1/05
I have customer packages with BeginDate = 8/1/04 and EndDate of 10/31/05. I need to then display the month within the date range the package is good for. For this example I need to show the package is good for Sept 05 and Oct 05. How can I accomplish this in crystal?