Views in SharePoint are different ways to present the same list of items in various ways. Views can be created, updated, deleted and customized.
0
votes
1answer
12 views
Allow site members to create public views
As a site owner, I can create views and mark them as 'public' - however site members can't (by default).
How do I add this particular capability to a group? I don't want them to be able to change ...
1
vote
0answers
12 views
How to find data source for a SharePoint 2007 Access Web Datasheet
I inherited a SharePoint 2007 site. There is a Access Web datasheet that is retrieving data from some kind of data source. The user has informed me that it is no longer updating. For further ...
1
vote
0answers
26 views
SharePoint 2010 InfoPath Library Gantt Chart View MISSING Zoom In/Zoom Out Feature
How do I get the Zoom In/Zoom Out function back into the Library tab as it is in the List tab for Gantt Chart Views? Why would is the Zoom function missing from the Library tab?
I set up a Gantt ...
2
votes
3answers
46 views
Is there a way to create a list view that only displays certain items for the last few days?
I hope this will be a very basic question. :)
I am using a Task List in a SP 2010 Foundation site to keep track of work in progress with a small team. We are using the default Status values (Not ...
1
vote
1answer
13 views
View linking to wrong content type
I have a list that uses three different content types. Content type management is enabled for it.
Now, when I create my own view, and set the fields' property LinkToItem to TRUE, the links in the ...
1
vote
0answers
25 views
Adding values to column filter of a list
Ive created some custom xsl for a view in a project i am working on. One of the columns shows a custom message depending on some date comparisons i am performing against other columns in the xsl. ...
1
vote
0answers
32 views
CAML Query on a Calculated Lookup Field
I wrote some CAML Queries to modify the View of a List and all is working fine as long as I do not reference a Lookup Field which points to a calculated Field.
I tried different types in the value ...
0
votes
0answers
14 views
How to define custom CAML for a Personal View?
Using SharePoint 2010 (no idea how this affects 2007 or 2013), I often use Personal Views for administrative purposes, partly for "security through obscurity," mostly to keep the UI uncluttered for my ...
0
votes
0answers
20 views
Filter data view web part by page field
Is there a way to filter a data view by a page field that exist on the page.
We can Implement it by CQWP in this way: [PageFieldValue: Relevancy].
Thanks,
Romi
0
votes
1answer
42 views
Create Calendar view using list definition with visual 2010 (sharepoint 2010)
I'm a newer in sharepoint 2010 .I want to create calendar view for my list definition using list definition. I think i need to do something in schema.xml file, but i can't find any document talk about ...
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 ...
0
votes
0answers
22 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 & ...
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
0answers
70 views
Sharepoint 2013 custom toolbar in list definition (VS 2013)
i've a problem with the customization of the toolbar in a list definition created in a custom view.
I write the following code:
<View BaseViewID="4" ...
1
vote
0answers
24 views
Reset SharePoint blog homepage
I tried to change the filter applied to the blog posts displayed on the home page. I created a new view and applied it to the "posts" web part on the home page, and now it just displayed all the blog ...
0
votes
1answer
35 views
How to restore the default SharePoint Blog homepage
I have applied a different view to the blog homepage on my SharePoint blog site. Now it seems I cannot restore it to the original view where it displays all the blog posts and the content, and it now ...
0
votes
1answer
84 views
Why I can not add a list to some webpart zone in my custom web template home page?
I have created a custom web template and it will be deployed by feateure1 for example. Then I have also a module with inside of it the default page declaration. This module will be deployed by ...
0
votes
0answers
24 views
Per Location Views Not Working
I am trying to accomplish the following scenario.
In my document library I want the top level view to use a view called "Folders" where it only shows two columns. Upon clicking a folder in the view I ...
0
votes
1answer
41 views
How can we customize “View Item” form after using InfoPath?
I created a InfoPath form, and when I click on "New Item" I am able to see the nice form.
However, when the user clicks "View Item" the form has sections that I would like to remove/hide.
Is there ...
1
vote
1answer
43 views
Document Library View filter on term
Say I have a view that has a column based on metadata from my termset. I want to create a view that contains all the items that are tagged in one parent term and its child terms. For example:
A view ...
0
votes
0answers
86 views
List View Webpart is not getting added while activating feature using powershell
I created a feature and on activation of it I am trying to add list view webpart.
Using powershell command activating feature and it gets activated but List View Web part it is not getting added on to ...
0
votes
1answer
102 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
1answer
81 views
Editing site columns then they disappear, where do I find them?
I have an InfoPath 2010 form that I have published to a SharePoint library. Users fill out this form and it goes through workflows from library to library and finally to a closed library. In that ...
0
votes
2answers
229 views
All Day Events in Calendar List View
I have a custom list with a view that utilizes one of the fields, a date field, to populate a calendar view. Pretty standard stuff. The problem is when creating a Calendar view, you need to select a ...
1
vote
2answers
101 views
Order Tasks in a List View
I'm new to Sharepoint. Google hasn't given me a straight answer on this so hoping to find it here.
Can I custom order a Task list view?
In case that is not clear, I would like to order tasks in a ...
0
votes
0answers
57 views
How can I remove list views from a search scope?
I have created a custom search scope (SharePoint 2010) and it works very well - except that search results do contain the custom views. If users clicks on it they are redirected to the list view. It's ...
0
votes
0answers
8 views
MOSS 2007 getting exception adding a custom field to a view
The following code is throwing an ArgumentException (Value does not fall within expected range):
var formsList = Web.Current.Lists[MemForms_Constants.MementoForm_LIST_NAME];
var ...
1
vote
1answer
85 views
Show one of the 3 views depandant on current user
I have builded in Visual Studio (c#) a custom list, custom content type and 3 custom views. I am using sp 2010.
The list is working ok and I can see and select the 3 views. It is possible for the end ...
1
vote
3answers
357 views
Use multi-select lookup field as filters in a data view web part (DVWP)
i have a list and a doc library. the list has a multi-select lookup field to the ID field in the doc library. when a user chooses multiple values in the dispform.aspx list form, i want to display the ...
0
votes
0answers
23 views
How to limit number of items in view groups
I have a view that is grouped by a column and my question is how can I limit the number of items in the group so they display the same number (ie. limit the groups to contain 4 items each)?
0
votes
0answers
52 views
SP 2007 - show 5 newest items, based on date column
Trying to create a view that contains yearly data from 2008 but only want to display the 5 most recent years up to the last item. I always want the view automatically sorted from oldest to newest ...
0
votes
0answers
63 views
Permissions issues with Office365 Sharepoint, Owner account
I have just been tasked with overseeing an Office365 Sharepoint team site, and there is a very odd legacy issue that was left unresolved by the last administrator. We have the standard set of groups ...
4
votes
1answer
187 views
SharePoint List View Threshold Error on Delete and Re-load of Data
Foremost, I am not an administrator of SharePoint site and have very limited controls on my page. Earlier, I had created a list (custom list with Datasheet view). I had created over 20 views (one ...
1
vote
1answer
15 views
Automatic List Views
The Basics:
I have got to separate List.
List 1: Problems
List 2: Ideas
Every Idea is related to a Problem and both lists are very dynamic.
The Question:
Is it possible to create a view ...
1
vote
0answers
45 views
Items can not be selected in view
I have created a schema.xml for a List in SharePoint2010 which includes 2 views, and for some reason i cannot select listitems in one of the views ('Configurations') while i can select them in the ...
0
votes
0answers
131 views
Sharepoint 2013 Discussions List edit flat view
In Sharepoint 2013 community site I have created a flat view in discussions list. But it is not displaying the necessary fields. How can I check what are the fields to be added in that view, can't ...
2
votes
1answer
334 views
More than 2 columns GroupBy on View
As you know we can only do groupby for two columns. Is there any way to groupby more than two columns (in SharePoint 2010)?
0
votes
1answer
41 views
Full schema for View
How would I fetch all Fields for specified View via web-service?
P.S. When I call GetView on Views.asmx, only visible Fields appear.
[EDIT]
I fetch schema for my list (with Lists.asmx#GetList), ...
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
1answer
30 views
Programically call sharepoint to a view
How Can I call programically from the view ? I have got a List from CRM but it's only a view no column have been created.
0
votes
0answers
51 views
Track a list like History List
I have a list; one of the columns is called "Assigned to" and the data which should be entered in this column should be Usernames. When we enter a username/usernames in this field, this item will be ...
0
votes
1answer
65 views
How do i point my view element to an existing view?
I have a view element in my module e.g.
'View List="Lists/Cars" BaseViewID="1" WebPartZoneID="FullPage1" WebPartOrder="0"'
I want to point this to an existing view e.g. MyView100, so i dont have ...
0
votes
1answer
36 views
How to Create a View of a Particular Content Type when there are Mulitple Content Types?
Salvete! I have a forms-library with two content-types that appear in the "New Document" menu. How can I create a view and choose which content-type to use?
Let me explain. I have two ...
1
vote
1answer
323 views
What is correct syntax for filtering a list on field values?
Salvete! I want to filter a list like this.
Now, [othercolumn] is supposed to be the value of the field in the X-Field column. I want to see if the X-field column contains the text given in the ...
0
votes
1answer
501 views
Changing the order of columns in a list view - Powershell
I am trying to add a new column called "REF" to all existing views using powershell which I have succeeded in doing, however when adding the column it is automatically added to the end of the array ...
1
vote
0answers
8 views
Creating a report from a list that exceeds the number of viewable columns set by the admin
The SP admin has restricted views to 14 columns however the workflows used by the list will max at 24 columns. Is the admin throttle applicable to my report or is it only applicable to views?
0
votes
0answers
116 views
Show external list as a list view web part on a SharePoint page
When I create a SharePoint external list and also default view of external list has a data source filter :
This filter has Currently value set as business Entity ID = '291'.
Now I show this list as ...
0
votes
0answers
46 views
Filtering Inactive Users in a List
I have a biig List in a SharePoint 2010 Instance. It contains some responses given from some employees. One of the fields is 'Person' where each employee entered his own name. (usually same value as ...
0
votes
0answers
314 views
SharePoint 2013 - Updating List XML Definition
I have custom list filter web part for SharePoint 2010 lists which I am trying to migrate to SP 2013. It works by modifying the list's XML definition and replacing the query with one the user created ...
0
votes
0answers
70 views
User Task Web part with Gantt view
I need to add a Task web part to the start page with Gant View.
Is it possible to create (or add) User Task Web part to the default.apsx page with Gant View? Thank you.