I need to create a crosstab table that will take input parameters of {?BeginDate} and {?EndDate} for a 13 month period and display colum values for each month starting with the first column representing the month including the BeginDate. The date values coming out of the database are hybrid Julian dates (thanks to JD Edwards). Row data is summary period data (sales by customer).
I'm not sure if I need an additional lookup table or, for that matter, how to start this project. I do have a finished report, but it is accomplished with 13 date-ranged CASE functions in the SELECT statment which have to be manually tweaked each month.
Any and all suggestions will be appreciated.
I'm not sure if I need an additional lookup table or, for that matter, how to start this project. I do have a finished report, but it is accomplished with 13 date-ranged CASE functions in the SELECT statment which have to be manually tweaked each month.
Any and all suggestions will be appreciated.