Using Cr 2008.
I have a report that is displaying a set of users from a helpdesk system showing the count of tickets for the last year, by month. I first created a group for the month, then a sub group of usernames to get the ticket count.
By default this report shows the data in two columns, stacked (vertically)
------------------------------Example-------------------------------
06\2010
John Smith # of tickets
Jane Doe # of tickets
Jane Smith # of tickets
07\2010
John Smith # of tickets
Jane Doe # of tickets
Jane Smith # of tickets
John Doe # of tickets
.....
.....
.....
06/2011
John Smith # of tickets
Jane Doe # of tickets
Jane Smith # of tickets
John Doe # of tickets
------------------------------------------------------------------
I would like for my report to display the data in a horizontal format (columns by month) like this:
Username 06/2011 07/2010 08/2010
John Smith # of tickets # of tickets # of tickets
Jane Doe # of tickets # of tickets # of tickets
Jane Smith # of tickets # of tickets # of tickets
John Doe # of tickets # of tickets # of tickets
Here is an actual sample of what it should look like. To get this report I wrote
many,
many formulas to calculate counts per user and month based on current date parameter as well as using groups and suppressing details to get the results. Ultimately found out some of my formulas were not accurate so I am trying to find a different, more SIMPLE way since I can easily pull the data I need, I just need to figure out the formatting.

I played around with the Section expert (format with Multiple columns) but its just ugly. I cant seem to get each month to have its own column nor can I get all usernames in a single column.
Any thoughts in getting me to the right type of formatting my current data without going the extra mile of creating formulas?
Thanks in advance!