Crystal 10 Interbase 7.1
I have created a report that has a date range parameter and I want to add in a formula that will pull information based on the previous month of the enterd date range.
For example, if my a date range is entered as 1/1/2006 to 1/31/2006 I want to create a formula that is able to pull data from another date range of the previous month. Then subsequent reports that go back 2 previous months, three previous months, 6 months, 1 year, and two years as all seperate monthly ranges.
I was wondering if I can do something like the following:
{Contact.Placement Date} = {?MonthlyDateRange}-1
but obviously that doesn't work for my purposes.
Sorry if this sounds confusing. Just let me know if I need to explain in more detail.
I have created a report that has a date range parameter and I want to add in a formula that will pull information based on the previous month of the enterd date range.
For example, if my a date range is entered as 1/1/2006 to 1/31/2006 I want to create a formula that is able to pull data from another date range of the previous month. Then subsequent reports that go back 2 previous months, three previous months, 6 months, 1 year, and two years as all seperate monthly ranges.
I was wondering if I can do something like the following:
{Contact.Placement Date} = {?MonthlyDateRange}-1
but obviously that doesn't work for my purposes.
Sorry if this sounds confusing. Just let me know if I need to explain in more detail.