I am working with Crystal 9 and am not sure how to proceed.
I currently have two parameters, ?StartDate and ?EndDate, each asking for a discrete date value. When working with daily data, these parameters work great.
However, the problem I'm having is when I'm working with monthly data. The table only has one entry per month, (Ex: 1/1/06, 2/1/06, etc) so selecting a date range isn't exactly accurate. For example, the date range 1/1/06 - 2/15/06 and the range 1/1/06 - 2/28/06 will return identical data.
I'd like to be able to allow parameter selections such as ?StartDate = January 2006 and ?EndDate = August 2006, resulting in a return of 8 lines of data.
Thank you for any help in advance!
I currently have two parameters, ?StartDate and ?EndDate, each asking for a discrete date value. When working with daily data, these parameters work great.
However, the problem I'm having is when I'm working with monthly data. The table only has one entry per month, (Ex: 1/1/06, 2/1/06, etc) so selecting a date range isn't exactly accurate. For example, the date range 1/1/06 - 2/15/06 and the range 1/1/06 - 2/28/06 will return identical data.
I'd like to be able to allow parameter selections such as ?StartDate = January 2006 and ?EndDate = August 2006, resulting in a return of 8 lines of data.
Thank you for any help in advance!