FB allows you to sort on multiple fields and when displaying the results FB makes an assumption that the primary sort field should be actually be shown as a grouping item. For example let's say I sort by FixFor, AssignedTo, Area and Title currently FB displays the following:
Milestone 1
- Assigned To Title Area
- Tom Fix pagination Setup
- Tom Fix scrolling Setup
- Suzzie Spec create functionality Setup
- Suzzie Spec delete functionality Setup
- Suzzie Spec edit functionality Setup
What I would really like to do is tell FB to
Group By: FixFor, AssignedTo, and Area
Sort By: Title
This gives the user control over what fields are grouped and which are just sorted. The result of the above grouping might look something like the following
Milestone 1
Tom
Setup
- Title
- Fix pagination
- Fix scrolling
Suzzie
Setup
- Title
- Spec create functionality
- Spec delete functionality
- Spec edit functionality