D
drunkle
I have data in weekly buckets which my column names are the in the following
format - SKU, 04262010, 05032010, 05102010 etc. where 04262010 is the
week ending 4/26/2010
I have a second table that assoicates the column name to a fiscal month in
this format -
DATE Fiscal Month
20100426 6
20100503 6
20100510 6
20100517 6
I want to sum by sku for fiscal month.
format - SKU, 04262010, 05032010, 05102010 etc. where 04262010 is the
week ending 4/26/2010
I have a second table that assoicates the column name to a fiscal month in
this format -
DATE Fiscal Month
20100426 6
20100503 6
20100510 6
20100517 6
I want to sum by sku for fiscal month.