a configurable view of data in a list
3
votes
4answers
14k views
Is setting permissions on views now possible?
In the previous SharePoint version of SharePoint you couldn't have permissions on list views.
Is this now possible on SharePoint Foundation 2010?
So for example I have a list and 2 views but I want ...
5
votes
2answers
3k views
Sharepoint 2010 XsltListViewWebPart on site definition template
Im having a problem placing the XsltListViewWebPart on my Default.aspx template (relevant code bellow)
<WebPartPages:WebPartZone runat="server" ID="NewsItemsList">
<ZoneTemplate>
...
3
votes
1answer
1k views
Select the ListView Web Part Automatically on AllItems.aspx
In SharePoint 2010, if you have more than one web part on a web part page, the ribbon disappears because SharePoint doesn't know which web part to display the ribbon for (this is by design because if ...
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 ...
2
votes
1answer
65 views
SPv4 - Alerts based on view - What are the limitations?
The quick version (SP2010 Enterprise): What requirements/limitations are there for being able to assign a view to an alert?
The full explanation:
I've been playing around with creating alerts via C# ...
2
votes
3answers
5k views
Simple way to color code a column in a document library?
So I have a document library where I have a column with numerical values. Is it possible for example to color code/Highlight items in the column to green if they are less than 10, yellow if less than ...
2
votes
1answer
179 views
Is it possible to create a custom View Type?
I've created some custom XSL and CAML (2007 and 2010 compatible) which is working quite cheerfully in a View on a custom List. However, I need to be able to let users add this form of View to any list ...
1
vote
1answer
3k views
This view cannot be displayed because it exceeds the list view threshold (5000 items) enforced by the administrator
I am facing following warning message when i add list as webpart.
"This view cannot be displayed because it exceeds the list view threshold (5000 items) enforced by the administrator."
Also when i ...
1
vote
2answers
1k views
How to disable new/edit/delete of SharePoint list/library views
In our SharePoint portal we have some custom views defined for list and libraries.
I have created the views using list event receiver. Now I need to disable the new/edit/delete views option from ...
1
vote
2answers
718 views
Why is changing on VWSTYLES.XML file not taking effect when I run iisreset?
As far as i know if i want to add view style for lists or pages on site i have to change the VWSTYLES.XML file and copy one of ViewStyle tag and change the "ID" attribute, and make my changes to it ...
1
vote
1answer
304 views
Filtering for recurring events happening [Today]
Is this possible? Ryan Wheeler says its not here. Tim says it is if your view is of type "Standard View, with expanded recurring events" here. I haven't been able to get Tim's suggestion to work. ...
3
votes
3answers
7k views
Display the Sharepoint context menu in list items on another column instead of Title column?
In SharePoint Lists, we can define new View and select the columns that we want to show.
I don't want to show the Title column but I also want to show the default Context Menu for the0 items on List.
...
0
votes
3answers
386 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
262 views
How to get elements from essential List programmatically
I have gotten two lists (like a view) from Microsoft Dynamics CRM. How can I get a elements from these two lists to the C# Sharepoint code in .cs file. The Administrator of CRM told me that this lists ...
0
votes
2answers
142 views
How to customize the header titles of the List Views web part without renaming the List?
Suppose I have a List 'Pending registrations' as shown below. Using the List View web part, it will display the following header titles such as 'Title', 'User' and 'Status'.
Are there ways to rename ...
0
votes
1answer
310 views
Can I manage views based on permissions in OOTB Foundation 2010?
As problem fixes are implemented, we are uploading additional or modified documentation and procedures to a sharepoint site where our employees can review those changes.
We've got another sharepoint ...
0
votes
2answers
2k views
Show SharepointList content based on Query String
I need to create a sharepoint page that will show the data from diferrent SharePoint list in a single view based on user selection. If the user want to view info about Employee the Page will display ...
0
votes
3answers
3k views
Filter a view by the current year
A view I created is supposed to filter by the current year. The formula should compare the current year with a column which only has the year.
I don't know how to always get the current year.
I ...