The grouping tag has no wiki summary.
1
vote
1answer
1k views
COM exception while querying document library
I have a need to get collection of SPLitsItem currently viewed to user. My solution is a ribbon button which calls custom application page in LAYOUTS via javascript in custom action.
Application page ...
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 = ...
1
vote
0answers
58 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 ...
1
vote
0answers
42 views
Repeating File names and Metadata with need for extra Grouping
I want to be able to Group at 4 or more levels in a document library with repeating file names in SharePoint 2007.
It seems that I cannot create a file with the same name in the same SharePoint ...
0
votes
0answers
21 views
More than 2 levels of grouping in sharepiont list view
If anyone has done more than 2 levels of grouping in SharePoint 2010 list view, please revert . I have similar requirements and am facing issues while implemented using data view web part ‘Sort & ...
0
votes
0answers
15 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
0answers
23 views
Sharepoint linked documents
I have links to documents in a library and would like to group by title or document type. Is there a way to add these options to the edit properties dialog box?
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 ...
0
votes
0answers
27 views
Grouping: group header via SOAP
I have a client that communicates with SharePoint via SOAP messages.
I call Lists.asmx#GetListItems to get List Items with grouping query applied:
<query>
<Query>
<GroupBy ...
0
votes
0answers
88 views
Grouping in content query web part
I'm Newbie to sharepoint 2010 . I try to apply muenchian grouping in cqwp by category, but I always get one instance of a category ,the other instance in category now shown at all.
I Hardly Understand ...
0
votes
0answers
67 views
SPGridView Group By field link
I have a SPGridView and I would like to make the group by field a link. Is this possible.
Basically i want the text next to the plus or minus image to be a link. The link will be to the ...
0
votes
0answers
42 views
How to group by three or more columns in Sharepoint list?
I understand that it is possible to "group by" a list using two columns by default.
Is there a way to extend this accomodate 3 or more columns?
Thanks
0
votes
0answers
82 views
Document library group by view- strange behavior
I have a standard 2010 document library, and in the default view I'm grouping by a column called Year, which is a single line of text datatype. The view is set to display up to 30 groups per page, ...