0
votes
0answers
16 views

Show unused groups in a list

I have a list that shows requests and the default view is grouped by the status's request Is there a way of showing the status's that are not currently in use? E.g. Status: 3. Status Name (0)
0
votes
1answer
26 views

How to speed up a list when there are multiple Group by?

doc library size = 40k Group by column type is Single line of text Grouping on multiple columns (some indexed some not) Sometimes really slow. What are the good practices when I comes to view items ...
0
votes
0answers
84 views

Grouping on “Single Line of Text” field

I have 40000 items in a document library. The threshold is set to 2,000 items at CA. All documents can render all the items. But if I add grouping on a column "Contract Number" (which is a ...
1
vote
0answers
59 views

I have setup items on Sharepoint 2010 team site page to be grouped - need to get rid of the title before the group

How do I take the "title/header" of the column off of the page (tree format) so that just the groups show? I also need to get the line of a section just under the title to go away. It is the Column ...
4
votes
1answer
126 views

Group By SharePoint 2007 List

I am using SharePoint 2007 and Share Point Designer. Please help, if I have a List, how it it possible to group by on the aspx page? For example I have a long list of dates: 12/1/2012 12/1/2012 ...
0
votes
1answer
153 views

Modify default view in code to add group by

As per title, is it possible (and how) to modify default view in code so that it display contents of the list grouped by one of it's columns? I tried the following: defaultView.Query = ...
4
votes
1answer
953 views

Sorting grouped items in a list view

We have a policies list view on SharePoint 2010 that presents information in this fashion: [+] Category : Requirements (2) [+] Subject : Library guidelines (2) 2.1. Photocopying of ...
9
votes
2answers
904 views

SharePoint view in grouping items by the first letter of the Title field

I followed this article and it works fine if the number of items for a letter is less than 30. But it fails when you have more than 30 items and go back and forth for a group. Say Under "S" you have ...
1
vote
1answer
104 views

A way to write a view to see where another person is one of four positions?

I have created a view that filters a list based on an OR condition between several columns using the [Me] keyword. I want to write the same kind of view, but that allows a person to be selected (i.e. ...
2
votes
1answer
539 views

Is there a way to have three level grouping in a list group view?

Currently SP has the facility to do two level grouping. However, I have a request to do three or more than three levels of grouping at some times. Is there a built-in configuration or hack to do ...