Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

SPList View Group By Customization

  Asked By: Colin Stephens         Date: Sep 01, 2006      Category: Sharepoint      Views: 769
 

Does anyone know a way to customize the SPList View
Group By showing oder?

For example, I have a SPList named "Members"
containing a field called "Role" which takes 4 values:

Duty Staff
Strategic Partner
Participating Expert
Community Member

I can create a view "Group By" Role in either
ascending order (C, D, P, S) or decending order (S, P,
D, C).

But what if I just want to see the order exactly as
the above?

Does anyone have any suggestion?

Tagged:          

 

3 Answers Found

 
Answer #1       Answered By: Cory Brooks          Answered On: Sep 01, 2006       

Unfortunately, because you are grouping you will have to use something
like:

1. Duty Staff
2. Strategic Partner
3. Participating Expert
4. Community Member

 
Answer #2       Answered By: Ruth George          Answered On: Sep 01, 2006       

That is a clever solution and will serve the purpose
for now.

But is it possible to do without the superfluous
numbers in front of the categories? I meant involving
some development (web part, web service etc.) is OK if
necessary?

 
Answer #3       Answered By: Peter Peterson          Answered On: Sep 01, 2006       

Grouping is in the black box (so to speak) of a Web Part. So you'd have
to write a custom Web Part that recreates all the functionality of a
built-in Web Parts just to override group  sorting. Probably not cost
effective.

 
Didn't find what you were looking for? Find more on SPList View Group By Customization Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].