10

1

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

Fog Creek Case FC2037984

flag

1 Answer

1

We have a case open to consider this feature for a future release. Please up-vote this question (not this answer) to show your support for adding this feature.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.