a configurable view of data in a list

learn more… | top users | synonyms (1)

0
votes
2answers
25 views

Finding SPGroup list views

When I go to 'people and groups' then select a group I am looking at a list view with a few columns. Is there a way to retreive this view programmatically?
1
vote
2answers
831 views

How to create custom views on survey lists

in SharePoint 2007 I want to create custom views on survey lists without usung sharepoint designer or sharepoint server. is it possible?
0
votes
0answers
17 views

ExpCollGroup Fails with custom list

In Sharepoint Foundation 2010 I created a list, and made a standard view, everything is fine. I go into SPD and apply a simple formula to a column header using the f(x) button. It doesnt matter what ...
2
votes
1answer
52 views

Synchronize lists on two separate sites

In my organization, we have a sharepoint site for my department where we add to and manage a list (we'll call it List A) of all our currenet projects. There is a manager who needs to aggregate ...
1
vote
0answers
13 views

Create TreeView C# for Office 365

I am currently building an Outlook Addin which enables users to save E-mails directly into SharePoint Online. but before the E-mails get saved, they Need to be prompted by a Windows which has a ...
0
votes
0answers
12 views

change +Add document location in SharePoint 2010 [duplicate]

Is it possible to move the “+Add document” link in all the libraries to be at the top of the document list rather than at the bottom? Is it also possible to fix it globally?
0
votes
4answers
2k views

Expand 1st Group and collapse 2nd Group in list view

I have a list view Grouped by Status column. Status Contains Active and closed values. now i want the default view to open with, Status:Active group to be Expanded and Status:Closed group to be ...
1
vote
1answer
12 views

Datasheet view editable?

I have a column that is set up as a calculated column. I can change that column in standard view with no problems, but when I switch to datasheetview and click in the box the calculation comes up and ...
0
votes
0answers
20 views

Sharepoint 2013 show hyperlink with title

I have problem when I'm trying to create a list view to display hyperlink with a title having a hyperlink source url in another field in the list. I try to use SP Designer but I don't know how to put ...
2
votes
1answer
1k views

ListViewWebPart

I'm using listviewwebpart to display contents of SPFolder (subfolder inside a list) to display its contents. Beolw is the code to implement this: protected override void CreateChildControls() { ...
0
votes
1answer
823 views

How to remove duplicates from a sharepoint view?

I have a sharepoint views containing different items but according to the columns displayed in my view, those items are the same: A B C D A B C D A B C D A B C E That I would like to display like: ...
0
votes
0answers
16 views

Suggestion on how to create table using two data fields.

I am trying to replace an old system that contains a simple absence list. We decided that a simple InfoPath form and a table are enough for the requirement. But now the user is requesting this old ...
0
votes
1answer
13 views

Customized view by Category but only show the last copies

Say, I have a document library with Group by Category. Now say Sales category has 6 items which can by further group by Quarter. So 1st quarter has 2 items, 2nd quarter has 2 items and 3rd quarter has ...
0
votes
1answer
978 views

Create view to show all documents, child documents, and subfolders?

Is there a way in Sharepoint OOTB to show all the documents and folders in and below a folder or Document library? For example, If I have the following structure: - http://site/Document ...
2
votes
1answer
593 views

Using FilterName/FilterMultiValue to include blank fields (SP2007)

List of documents filtered by Project Name, but want to include blank ones - essentially these are blank because they have not had an initial checkin. ...
1
vote
2answers
821 views

Document Set and Document Set Content Columns

I have created a Document Set (with 10 columns) and added a Document type (with 11 columns) to the set. I have shared all but one Columns between the two. Now, I would like to hide the 11th column on ...
1
vote
1answer
325 views

Displaying SPChange data in visual webpart

Here is some code I've been playing with to display all items that have been changed in a web and all subwebs in a visual webpart (it grabs a heap of info and chucks it in a label): protected ...
0
votes
1answer
17 views

Can a calendar popup be added to a list's date filter instead of a list of text choices?

How would I replace the OOTB list date filter dropdown to be a calendar view instead? JQuery/Javascript solutions are feasible for me if it is indeed possible. So far looking at the page tags upon ...
2
votes
2answers
79 views

How to move/copy items from one custom list to another custom list without Designer?

I'm a guest to the site and after seeing the great quality of Q&A's believe it's worthwhile to 'put this out there' in the event anyone may be able to assist. Brief background: I have ...
0
votes
0answers
36 views

List view group by Lookup field only grouping by string value of Lookup, ignoring ID part

I have custom lookup field of my custom list definition: <Field Name="MyLink"...Type="Lookup" Mult="FALSE" ShowField="Title"../> Then I have list view in SharePoint Foundation 2010, created ...
0
votes
1answer
463 views

How to change default List View Web Part?

I created a web part for show list item of special list. I want show this web part instead of default list view. How to change default List View Web Part ?
0
votes
1answer
470 views

Remove Select column in xslt web part

My apologies if I miss some of the terminology. I have an xslt web part that I want to connect to another list. When I connect it to another list I get the select column that I don't want to see. ...
0
votes
1answer
28 views

How to link to a specific list view from a list web part's title link

When I place a list's web part on a page and set it to a specific view, upon clicking the list title of that web part I am taken to the AllItems view of the actual list. I want to be able to see the ...
3
votes
3answers
5k views

Show recently modified or uploaded documents

I'd like to display a list of the most recently modified documents across all document libraries in a site in Sharepoint 2010. It seems that the Content Query webpart might do this for me, but the ...
0
votes
3answers
47 views

SharePoint 2007: Filter for current year

I have a list view web part and a field named [Year] set as a number. I am trying to filter to show this current year's items, given today's date. I tried the following filter but get Filter value is ...
1
vote
1answer
33 views

Should views be created using “Edit the Current View” in the web part menu?

I've heard (and previous experience supports) that using "Edit the current view" is a bad idea, because the "view" created using this method can be orphaned if the list/library the view is based off ...
1
vote
1answer
36 views

In a SharePoint List I cannot see items that are in a folder

I have a sharepoint list (Not Library), where I am programatically adding in a folder: SPList list = web.Lists[ListID]; SPFolder parent = list.RootFolder; SPFolder child = ...
1
vote
0answers
17 views

Display Recurring Pattern in List

In my list view of event, many of which are recurring, I want to display the recurrence pattern, not just a symbol/image to say whether it is or isn't recurring. In the item itself, Recurrence is just ...
5
votes
4answers
7k views

Highlight row color based on field values in Sharepoint 2010 list view

Can anyone give idea how we can change the row color based on the corresponding field values in Sharepoint 2010 list view?
0
votes
1answer
84 views

HierarchyTasksList with a custom schema and extra view gives error list not found

I am creating a HierarchyTasksList with a custom schema. When I add an extra view with a BaseViewId="10" or any other not used number I get an error. However when I change the BaseViewId to "1". ...
1
vote
1answer
75 views

Customising list views w/JS or XSLT: for my own specific type of list

When customising a list with JS or XSLT, the formatting seems to be applied not just to the list view web part the property is set for - but for all parts with the same list type ID on the page ...
0
votes
1answer
28 views

Change .aspx on a SPView

I'd like to create a SPView for my list that points to a complete custom aspx page. And I need to do that through c# code. Even if I could just override the AllItems.aspx in a Visual Project Project, ...
0
votes
0answers
30 views

Possible to change view setting (Show all items without folders) via url parameter?

I have a view that may or may not contain some folders within the view depending on the library. I am building a web part that displays the list items based on some url filter parameters, in this case ...
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
1answer
46 views

Modifying List View in C# Doesn't Work?

I am trying to modify a view for a list in a Feature Event Receiver. The list is created in the same function; and the columns all added to it. When I look in the List Settings via the web interface, ...
0
votes
2answers
55 views

make a custom view default view for a Calendar list

I have created a Calendar list via Visual Studio 2012. I have added a new Custom View to the Schema.xml file and removed all other views. this calendar list deployed by a feature. I have a custom web ...
10
votes
1answer
292 views

View problem when attaching workflow to list programmatically

Very irritating problem. I have a list with the following view <View BaseViewID="1" Type="HTML" WebPartZoneID="Main" DisplayName="$Resources:core,All_Documents;" DefaultView="TRUE" ...
0
votes
1answer
406 views

Custom List Filter - update list view only on second button click

What I try to do is making a simple list filter tool for SharePoint 2010 lists. What I have so far: I made a VisualWebPart (VWP) named "ListFilter", which should update the view of the list (see code ...
0
votes
2answers
462 views

CQWP or default list view webpart

I have bunch of document libraries for Sales site collection. These doc libs are by Year. These are going to be read only records. By default the list view displays everything. No filter needs to be ...
0
votes
1answer
30 views

View and Edit SP list from another site with Sharepoint 2010?

I have been searching for a way to view my SP list into another site. I want the members to be able to delete items so the list changes on my site. I tried to create a view of the list and created a ...
0
votes
3answers
379 views

Create dynamic view for listview web part

I am challenging this requirement: Client wants to show only list items in list view web part based on value from user profile and also preserve functionality of the list view web part like OOB ...
0
votes
2answers
61 views

What are some alternatives to the Content Query Web Part for displaying list data in a custom layout?

I have some very specific requirements for displaying data from a List of Announcements. The Content Query Web Part can do almost what I need but does not seem like a very effecient solution. ...
0
votes
1answer
67 views

List view with Group By date column problem

I have a list with a date column. If i create a list view with "Group on this date column (ascending)" with number of groups to display to 10(or less than item count in list). Then the view does not ...
0
votes
2answers
562 views

Add a new column to all existing views

Is it possible to add a new column to all existing views of a list or I have to do manually for each view?
8
votes
3answers
4k views

“View exceeds list view threshold” even when it doesn't

I have a document library in SharePoint Foundation 2010 which contains over 10,000 items, arranged in folders such that no folder contains more than 2000 items. I've created a public view called ...
1
vote
2answers
835 views

Threaded view on discussion board: is it possible to sort by reverse chronological order

I've tried to figure out how to configure the threaded view of a discussion board (Sharepoint 2010) to sort the thread by reverse chronological order (most recent post first). No success so far. ...
0
votes
1answer
133 views

Can the list view's XslLink property contain a web address?

Some Background... I have created a custom blog web template (which I started by copying and pasting the OOTB blog site definition) and in order to customise the way blog posts are displayed, I have ...
1
vote
1answer
61 views

Page Field Filter displaying 1;#ColumnName instead of ColumnName. Bug?

I have a Document Library with a column (we'll call it ColumnName) and a Web Parts Page with a value assigned for that column. On that page I have a list view displaying the Doc Library files and a ...
4
votes
2answers
660 views

Changing a view doesn't automatically reflect on page

We've got a simple view for a list. When we add/remove columns, the view doesn't automatically reflect the changes; we have to go to the publishing page, click Edit Web Part, and re-select the view in ...
1
vote
2answers
29 views

How can I move page turning to left side of a list

I have a basic list in hosted (Office 365) Sharepoint 2010. I am wondering if it's possible to move the page advance to the left side of the bottom portion of said list. A picture for greater clarity: ...

1 2 3 4 5 8