a configurable view of data in a list
3
votes
1answer
22 views
“Change Item Order” in a filtered list still show everything in the list
Using Sharepoint 2010, I created a custom link list. This custom link list has a column for status (In Progress, Not Started, On Hold, Done).
I have a couple of views:
* "In Progress" view - all ...
2
votes
1answer
24 views
Error using ListViewWebPart in a “using”
This one has me stumped.
I'm creating a ListViewWebPart, which ultimately inherits from System.Web.UI.Control which implements IDisposable. So ListViewWebPart should also be IDisposable. Right?
But ...
1
vote
0answers
16 views
Update list content using a web part
I'm currently displaying content from a list using a webpart, is it possible to update the content of this list using the webpart ?
I would prefer to use an 'out of the box' web part. How can I ...
0
votes
0answers
6 views
Concept of a dynamic list view based on user location
I am requested to create a list with the following mandatory columns:
Image | Content | GER(bool) | Ger-ReleaseDate (Date)| UK(bool) | UK-ReleaseDate(Date) | ES | ... | additional information
From ...
0
votes
1answer
18 views
List View Filter by Filtered Lookup field
There is an XSLT List View web part and I want to filter data by Filtered Lookup field. What is a proper way to do this? When I click "Edit the current view" of web part and filter by this field it ...
1
vote
1answer
10 views
How to determine quantity and names of public views in lists / libraries
I'd like to query a list or library to determine how many public views it contains and what the name of those views are. Any suggestions?
0
votes
1answer
11 views
Editing rendering of Lookup Field - XLST
Let's say I have a simple text column named MyCustomName with four fields in it:
REMOVE one
REMOVE two
three
REMOVE four
...and I want them to display like
one
two
three
four
in my list View. In ...
3
votes
1answer
62 views
How to publish blog posts on behalf of another user in SharePoint 2010?
I have blog for our management team. Assistants will be posting instead of the managers. I have created a column called "Author" which is "people/group" lookup field for the assistants to add a person ...
0
votes
0answers
23 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 ...
1
vote
0answers
15 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 ...
2
votes
1answer
57 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 ...
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?
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
25 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 ...
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
2answers
30 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?
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
95 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
40 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
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 ...
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 ...
0
votes
3answers
52 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
38 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
18 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 ...
0
votes
1answer
97 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
78 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
32 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
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
52 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
63 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 ...
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
2answers
62 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
146 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
63 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 ...
1
vote
2answers
30 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:
...
0
votes
1answer
105 views
Quickly change views in SharePoint 2010?
I know this may sound nitpicky, but in SP 2007 changing the view on a list was easily accessible since the view dropdown was permanently attached to the list header.
In 2010, changing the view is ...
0
votes
0answers
34 views
Blog archive View full posts view in SP2013
I created a Blog in my SharePoint 2013 and played a bit with views and certain Webparts on it.
In my default posts view I see a full view on the Posts. Now my problem:
I destroyed the archive view. ...
0
votes
0answers
58 views
Filter in customized view not working
I created a custom web part with ListViewWebPart in its Controls collection. Source code:
var obtainedList = elevatedWeb.GetListFromWebPartPageUrl(FullUrl);
if (obtainedList == null)
{
throw new ...
0
votes
1answer
57 views
Different View for Top-Level folder and folders of a Content Type (programmatically)
I have a Document Library where I add Folders of a specific Content Type. Inside these folders I can upload documents. I would like to have different Views for both. I found a manual solution as ...
0
votes
3answers
101 views
obtain list view rendered html from code?
Is there an option how to obtain the list view rendered html from code?
For example I have an item (for example task ct) and i would like to obtain html rendered (on server side) if this item will ...
2
votes
2answers
144 views
search result xml to list view?
is there an option how to render the search results xml like list view look&feel? For example I would like to configure that ok, this column should be rendered like a linktitle field type with all ...
1
vote
1answer
79 views
How do I make a personal view a default view?
Is there a way out-of-the-box in SharePoint 2010 for a user to make their personal view their default view? There has to be a way - am I not seeing it?
1
vote
2answers
87 views
What are some alternatives to List view for large list (over 100k items)?
what are some other alternatives to present data to user beside list view (since there is threshold of 5k setup by sp admin)? I have few lists and libraries that contains items over 50k to 100k.
I am ...
0
votes
3answers
388 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 ...
2
votes
1answer
106 views
inserting an xsltListView Webpart generates xslt transform failed error
I have a SharePoint 2010 site that employees use to upload photos into and then other employees rate the photos. The site has been operational for over a year. Something happened to the view on my ...
0
votes
1answer
231 views
Summary Links Web part
Got about 60 links to add to a custom sharepoint, and I am going to use a summary link web part with an 'accordion style' like Stefan Bauer created. Adding a few are not a problem - but this is 60 ...
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
86 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 ...

