a configurable view of data in a list

learn more… | top users | synonyms (1)

0
votes
1answer
92 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 ...
3
votes
5answers
8k views

How do you Sum a Calculated Column?

I have a calculated column in a list and I would like to get a sum of that column in the view. I can't use datasheet view, and I don't like the idea of a workflow because the user only sees a few ...
0
votes
2answers
261 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 ...
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 ...
2
votes
2answers
3k views

Permanently add persons to a group calendar view

I tried out the group calendar feature in SP2010 and it works pretty good. My only problem is that every time I load the page with the calendar view, it only adds my current user in the calendar. So I ...
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
56 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
55 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
97 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
140 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
2answers
83 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 ...
1
vote
1answer
76 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?
2
votes
1answer
100 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 ...
1
vote
3answers
1k views

SharePoint multiple list view depending on pemission for user

Is there a possibility way to make a permission to list view depending on user groupa can see view1 only groupb can see view2 only
0
votes
3answers
414 views

Is that possible to use != in query string?

I am filtering sharepoint list using query string for some reson i need to check condition like FieldValue!=Red is that possible to achive? Or still its limitation? ...
0
votes
1answer
214 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 ...
1
vote
1answer
255 views

Create chart showing monthly sum from daily entry custom list

I have a custom list of about 200 entries, which has three columns (name, mm/dd/yy, $amount). I would like to be able to view a summary of the total amount by month, either in a Chart web part or a ...
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 ...
1
vote
1answer
148 views

SharePoint 2010 list vew schema - View element

guys, I am trying to understand list schema view. For example AnnouncementsList contains in schema 3 views: <View BaseViewID="0" FreeForm="TRUE" Type="HTML" MobileView="TRUE" ...
1
vote
1answer
47 views

Displaying Custom Webpart in every view of a List?

i have a List called "Persons" in a SharePoint 365 (aka Online). This List contains 4 or 5 Views (The administrator can add more view depend on the actual situation). On the default list, I have a ...
0
votes
0answers
35 views

Sharepoint 2007 Lists not updated in datasheet view on client machine

I am getting the following error when I try to update a list in datasheet view from a client machine "Cannot connect to server at this time. Changes to your data cannot be saved." I have WSS 3.0 SP2 ...
1
vote
3answers
578 views

Is it possible to set the default view scope for a calendar view in code?

I can create a calendar view in code, however I have as yet been unable to figure out how to change the "Default Scope" (this is the name that appears in the user interface when editing a calendar ...
0
votes
1answer
560 views

Jquery + Instant Search / Filter of a list

I've seen a clip on bentedder.com where this developer got instant search (filter) to work within a webpart list view. I find this may be very useful for general 911/411 annoucements and archive if i ...
2
votes
1answer
191 views

How to change column title for a view, but not modify the list?

SP2010. I have a list that works fine, and I don't want to modify or rename any of it's columns. Why? I've got plenty of Ajax queries hitting that list, and don't want to break what works. But, this ...
1
vote
2answers
258 views

LinkFilename - display text from other field

I have document library with column LinkFilename which renders link to document, where text is the name of the file. Is it possible to modify column is such way, that it will still render link to ...
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 ...
0
votes
1answer
234 views

Change rows and columns in list views

I'm facing another strange issue from my users, who love Excel sheets. Can I transform / mix / change rows and columns in one list using only a views? Is it possible to make this view (or list): ... ...
2
votes
2answers
239 views

Sharepoint list with column type choice using radio button is always checked

I have sharepoint 2010 list with one column type as choice and is displayed using Radio Buttons with 4 options. When we open the new item form the first value always selected by default. What i need ...
1
vote
1answer
57 views

Complex Sorting a List View

I'm a ASP.NET developer, and I've never done any SharePoint config or development before, but I've been asked to build a report, and I could do with some advice... The report is based on a list of ...
0
votes
1answer
95 views

Clone sharepoint list view

Sharepoint 2013 discussions list has a view named "Flat",but it is uneditable. I have to add aditional fields in the list and display those fields in Flat view. I tried creating another view of Flat ...
0
votes
0answers
83 views

Disappeared personal views

Have you ever facing the issue with dissappearing personal views? I have a big list with a lot of columns, rows, public & personal views, but without any calculated columns, 3rd party features, ...
0
votes
0answers
28 views

ListView in Newspaper Style

I am attempting to use a "ListViewer web part" to display items in "Newspaper like view style", where bulleted list items are not being recognized in the browser as bullets. The list consist of a ...
3
votes
1answer
48 views

prevent user change view

There was a question in my mind that how is possible to create a list or a document or form library, then create some views in it, but limit simple users to see only one view. and so some specific ...
0
votes
2answers
87 views

How can I combine multiple Lists into one view for editing

I had a List with 18 lookups which exceeded the SP2010 threshold. So I broke it up into three lists all having the same "ProjectID" column as a lookup to the first column so that there is only one ...
4
votes
1answer
122 views

Group By SharePoint 2007 List

I am using SharePoint 2007 and Share Point Designer. Please help, if I have a List, how it it possible to group by on the aspx page? For example I have a long list of dates: 12/1/2012 12/1/2012 ...
1
vote
1answer
158 views

Can I assign permissions to a task list view?

My supervisor wants to be able to see all of his team's tasks in sharepoint (2010). He does not want them to be able to see each other's tasks. I have tried making individual tasks lists for each ...
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 ...
0
votes
1answer
228 views

List item field values incorrect in AllItems view, but correct in detail view

I've created a custom content type and a list definition and list instance based on it. In a web part, I add an SPListItem to the list, set its field values, and then call item.Update(). However, ...
1
vote
1answer
132 views

Get Access to List View webpart without having access to list

So I'm developing an event management system at the moment where there are two user groups, "editors" and "attendees". By registering for an event, the SPUser is added to a list "attendeeList" which ...
0
votes
0answers
66 views

Getting error while trying to modify view for a discussion board in sharepoint 2010

Error Invalid URL Parameter.The URL provided contains an invalid Command or Value. Please check the URL again. And the redirecting url for the error is "https://hostname/_vti_bin/owssvr.dll?CS=65001." ...
0
votes
1answer
47 views

Display additional User details in Custom List

I have a custom list definition based upon a content type which includes a field of type "User". When I display this field in my list view, it shows the name with a link to the entry in the site ...
0
votes
0answers
36 views

SharePoint 2010 out of the box search functionality for a list stops working after changing the design

Steps to reproduce it: Once a list is created (with a few items), go to the List Tools, List, Edit List (opens SharePoint Designer), double click the All Items view. Now on List View Tools, go to ...
1
vote
0answers
41 views

Get list of all articles in Wiki

How does one create a list of Wiki articles found in a Sharepoint Wiki, preferably categorized by the first character of the page name? Basically, I'd like an list like the one at the bottom of this ...
0
votes
1answer
251 views

List of Sub Sites and Workspaces

I would like to create a list of Project Sites and links to pages, on the Projects site. To contents of Sites and Workspaces. This process should be automatic when you establish a new project site, ...
0
votes
2answers
306 views

How to temporarily hide a column in a list view

To put this in context, what I need to do to complete work on a custom action is to hide a particular column from users who aren't members of a given group. Given that the custom action is implemented ...
0
votes
1answer
238 views

Listdata.svc Error - Filter Option Not Working?

I am working in SP2010 and have a simple InfoPath form that calls the listdata.svc to populate a drop down. I am trying to work out the URL that will return me all of the State data from a list of 27K ...
2
votes
1answer
64 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# ...
4
votes
2answers
212 views

how do you say blank to sharepoint?

I want to create a view whereby it does not include any items which does not have the 'next review date' as blank, i.e. only includes items which have this field populated. How do I say blank to a ...
2
votes
1answer
192 views

Images library view and jquery

I have image library that is provisioned by publishing feature, I added the view of this library to the page which contains my custom web part with jQuery After this I have an error TypeError: ...

1 2 3 4 5 8