Yes. My lazy coding way would be to add planned completion date as a
column. Then switch to text mode. Find the line that is
valuefield=plannedCompletionDate and change it to valueexpression=
CASE(Month({plannedCompletionDate}),"January","February","March","April","May","June","July","August","September","October","November","December")
Assuming that your field is within that item type on the report, that
should be all you need. Dale Whitchurch Arthrex Inc