I have a table with columns like[code="plain"]start of week work hours 1/5/2014 4 1/12/2014 5 1/19/2014 3 .... 12/21/2014 1 [/code]there are 52 rows for 52 weeks.In report builder, I want to group these rows monthly and have the data appear like below[code="plain"] Jan 2014 Feb 2014 March.... Dec week work hours week work hours 1/5/2014 4 2/2/2014 3 1/12/2014 5 2/9/2014 2 1/19/2014 3 2/16/2014 4 1/26/2014 1 2/23/2014 6 [/code]How to accomplish this result? Thanks in advance.
↧