View Full Version : Sort Report like a Table


eepok
11-13-2007, 03:32 PM
Hey guys, I'm having trouble wrapping my head around a concept when it comes to grouping and sorting.

I want something like this:

...........[quarter]="Fall".....[quarter]="Winter"........[quarter]="Spring"........[Quarter]="Summer"
2005.....Relevant Fields........Winter Stuff..................Spring stuff................Summer Stuff
|
2006
|
2007

I think that's best I can show. How do I sort that in a report? (Just assume each record has 3 data fields, a quarter field, and a year field)

eepok
11-14-2007, 08:06 AM
Bump.

Said I would bump with a better explanation. I think that little diagram best illustrates what I need. Each quarter is a value in a valuelist.

eepok
11-14-2007, 09:33 AM
Further Developments:

It seems as thought I am seeking the ability to crosstab Text fields. Is this possible?