Hi guys, I have a sample table like the following:
Unit, Year , SubUnit , Category , Jan_Cases Feb_Cases , March_Cases... Dec_Cases
I have data for multiple years. I need to select data based upon current month -12 months. For example if current month is March, then the resulting columns should show month range of March 2007 to March 2008. The sample columns should look like folowing:
Unit,SubUnit,Category,Mar_Cases,Apr_Cases,May_Cases....Mar_Cases
Really appreciate your help.
Unit, Year , SubUnit , Category , Jan_Cases Feb_Cases , March_Cases... Dec_Cases
I have data for multiple years. I need to select data based upon current month -12 months. For example if current month is March, then the resulting columns should show month range of March 2007 to March 2008. The sample columns should look like folowing:
Unit,SubUnit,Category,Mar_Cases,Apr_Cases,May_Cases....Mar_Cases
Really appreciate your help.