a configurable view of data in a list
0
votes
1answer
475 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. ...
1
vote
1answer
34 views
Can I enter a value string as one condition of a view's filter?
For example, could I, in one rule, filter a view based on "Show the items when column x contains a, b, or c?
1
vote
1answer
360 views
How to Sort “Change View” List Drop-down
On a list item, on the Browse tab, you have the drop-down to select a view. My issue is, this list is ordered by the view's creation time. I would like it to be alphabetically. If you looks at ...
0
votes
1answer
60 views
How to show Lists Fields stacked (not tabular)
I was wondering how to show a public view of my list data in a stacked form rather than tabular form.
That is, the fields in the list should be displayed top to bottom and not left to right... kind ...
1
vote
2answers
853 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?
1
vote
1answer
701 views
Metadata navigation in List View Web Part
I have list and list view web part on a page which points to default view of that list. I have enabled metadata navigation on my list, and my question is: is it possible to show/enable metadata ...
2
votes
1answer
335 views
How to show Ribbon in listviewbyquery webpart?
I created a custom page in SharePoint that uses standard master page. On the page I am using a listviewbyquery control, but i cannot find how to enable ribbon options for the list.
How do I enable ...
0
votes
0answers
232 views
Filter on Person with Lists.asmx and DataFormWebPart. 'This column type cannot be filtered'. (In 2010)
In SharePoint 2010 I want to display a document library view from a record-centre in another site collection and the best option seems to be Lists.asmx GetListItems and a DataFormWebPart.
I want to ...
2
votes
1answer
300 views
How can one identify a private list view?
After placing a list on a webpart page and modifying the view, I found that my user could not see all of the columns that were visible to me. I can only guess that I was looking at a private view. It ...
1
vote
1answer
935 views
How to remove “Create new view” from view dropdown to the list
Is that possible to remove the "Create new view" option from the view dropdown?
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 ...
0
votes
1answer
680 views
SharePoint 2010 List items - visual filtering based on timeline and other attributes? [closed]
I am trying to design a visual filter & View for a standard Sharepoint List. Something similar to this one: http://www.aoglobalview.com/#/regulation-timeline/Clearing/global
Each List Item has 4 ...
0
votes
1answer
235 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):
... ...
1
vote
0answers
282 views
Is there a simple way to add paging to ListViewByQuery ?
I'm working with a ListViewQuery component on a webpart and I need to add paging control to it.
Is there a simple way to achieve that ?
I saw somewhere than just setting the RowLimit property of ...
0
votes
1answer
150 views
More options at the bottom of the sharpoint page is not working
At the bottom of the sharepoint document library page more items buttons is there but when i click it nothing happens. I tried by changing the settings of Item limit and Folder options but nothing ...
1
vote
2answers
670 views
Adding column to list view in particular order
I have couple of sites and each contains a list. I'd like to add Title field to default view in each of those lists but I want them to be 3rd column in the view. Since I couldn't find anything similar ...
9
votes
2answers
2k views
How can I use normal paging on a custom view?
I'm creating several lists (and their views) programmatically, based on custom list definition templates.
When these views display more than 30 items, the following link is displayed:
Whereas on ...
1
vote
3answers
616 views
Groups paging is broken
The page that shows all the groups on our SharePoint 2010 site collection is broken. Here's the page:
http://dev95/_layouts/groups.aspx
It should show all the groups, but it only shows the first ...
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 ...
2
votes
1answer
599 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.
...
4
votes
1answer
947 views
Sorting grouped items in a list view
We have a policies list view on SharePoint 2010 that presents information in this fashion:
[+] Category : Requirements (2)
[+] Subject : Library guidelines (2)
2.1.
Photocopying of ...
1
vote
1answer
936 views
Sharepoint 2010 Views and Conditional Formatting Issue
So I created a task list and using SharePoint Designer I created Conditional Formatting on the default all tasks view and it worked great. However when adding the list in as a web part the conditional ...
1
vote
1answer
556 views
Retrieving the values from the list view SharePoint 2010 using object model
I have a list (tick_gen) which has a view called "tick_dView" this view just has one row. How can I fetch the value of "Tick_id" column using SharePoint object model?
3
votes
1answer
75 views
Creating a view in SharePoint 2010
I have a ticketlist which has ticket_id for 2 different locations,
tickd1,tickd2,tickd3,tickd4 for Dallas
ticka1,ticka2,ticka3,ticka4 for Atlanta
Now I am trying to create 2 views, one for ...
0
votes
1answer
187 views
connect list to database
I have customer list in sharepoint 2010 site with a column name company.
In the new item form of the customer i need dropdown list with the name of companies. The thing is i need to fetch this list ...
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()
{
...
4
votes
2answers
366 views
Change Current View Without Extra Click to Ribbon List Tab (Sharepoint 2010)
In sharepoint 2007, when you were looking at a list there was already a default drop down box to change the list view.
Now that we have upgraded to Sharepoint 2010, we have noticed that this drop ...
1
vote
4answers
1k views
Viewing a custom list vertically
I'm using SP2010, and need a specific view of my custom list.
My custom list is defined as the follows:
Column 1 name = "Project Name" Data type = Single line of text
Column 2 name = ...
2
votes
2answers
2k views
Issue trying to customize xslt layout of a list view
This is probably simple but here goes. I want to customize the xslt layout of a list view. The idea is to add a header to the top which shows the name of the list. Here is what I have so far.
...
3
votes
1answer
5k views
Filtering a list with date ranges - xslt / advanced expressions on list filters possible?
I've got a Sharepoint 2010 list that I'd like to filter with date-ranges. I'm doing something like
if END_DATE > [NOW - 1Week]
and END_DATE < [NOW + 1Week]
or PLAN_END > [NOW -1Week]
and ...
2
votes
1answer
657 views
want to display image url in contacts list
We are working on an iPad application with SharePoint 2010 as CMS.
On my SharePoint site we have a contacts list which the middleware is fetching using Lists.asmx and passing it to iPad.
Now what ...
3
votes
2answers
6k views
Freeze Header Row and First Columns in a List
I have a list with a huge amount of data. I would like the header row (with the titles of the columns) and the first X columns (the number varies depending on the list view) to remain frozen while the ...
0
votes
1answer
212 views
Calendar view - end date not showing correctly
I followed the advice on a previously posted article, as I did not want all the columns of the calendar event. I created a custom list and set view to calendar. Custom Content Type for Calendar?
The ...
2
votes
2answers
2k views
Can you pass multiple filter parameters from a custom provider web part to a list view web part?
I've created a custom provider web part that I would like use to pass multiple filter parameters to a list view web part. Is this possible?
If so, is there an example or tutorial out there that shows ...
0
votes
1answer
243 views
Computed Fields in SP2010 with DisplayPattern Possibilities
There have been a few references on here about how 2010 uses XSL to render fields in list views. I had built several custom Computed fields in 2007 that used the DisplayPattern attribute. This worked ...
1
vote
1answer
350 views
Add numbering to a standard list view
We're displaying a SharePoint 2010 list using a Standard View created via the browser. The items are shown in a table and the users would like a number shown for each row. The numbers column would be ...
0
votes
1answer
192 views
ListView and HTTP-GET Parameters
I'm new to SharePoint, but familiar with development. I have some issues with creating a list and defining custom listviews.
Whats my Problem. I want to query my list by some parameters whitch are ...
1
vote
1answer
633 views
How to create programmatically a ListView “SP.ListOperation.Selection.getSelectedItems” Compatibile
I'm creating a web part with some ListView inside.. I tried in many ways to "connect" the javascript SP.ListOperation.Selection.getSelectedItems to my ListView, but it won't work.. With the ListView ...
2
votes
1answer
3k views
Expand/collapse all grouped items in views of a page
Is there a way to add a button to a SharePoint 2010 page to expand all grouped items in all the list views on the page? This is the first (top) level grouping only, not the second level. These are ...
0
votes
0answers
57 views
How to read “checked” files from a ListView?
I have a webpart with a ListView inside... I configured it so that i can "check" every single file... Is there any method to read the files that are checked? I must use it to apply my actions on this ...
1
vote
1answer
2k views
Is it possible to 'freeze panes' in SharePoint lists?
I need to keep my column header, so people can see what data is displayed there, but I can not find if it is possible, or how to do it. Any suggestions?
0
votes
0answers
107 views
Adding custom folder content type by default
I have list with 2 content types: first CT - inherited from folder, second one - from item. If I add new item using ribbon, as expected opens form for my folder CT. But if I press link Add New Item - ...
8
votes
10answers
7k views
Sharing data between multiple site collections
We currently have no central records for the addresses of our offices around the world in Sharepoint. Different teams maintain their own address lists, and a search for an address may return various ...
1
vote
1answer
546 views
List view caching on publishing page
We have a publishing page on a SharePoint 2010 server; it display a list view which has this turned on under the web part's Miscellaneous tab: [X] Enable Data View Caching (Data View Caching Time-out ...
1
vote
2answers
93 views
Updating the Default View via Webservices
I am trying to find a good sample code on updating the fields that are displayed within the default view.
The current code creates a list on the fly and then adds the needed columns.
Once the ...
1
vote
2answers
854 views
How can create a view to filter the a list based on the current login user
How to create a view based on the current user is in a Person or Group field , this Person or Group field can contain multiple user but not SharePoint Group ,I try to use the contains to filter the ...
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 ...
2
votes
0answers
1k views
How to get the particular columns from a SharePoint list view
I am using SPQuery to fetch data (particular columns from the list based on viewID) from SharePoint list. Here is the code for fetching the data:
SPQuery sQuery = new SPQuery();
currentlistview = ...
4
votes
1answer
348 views
How to customize a ListView Webpart from code
I have a repository of files... I'd like to create a ListView Webpart wich receives the path in the tree and show the files in the document library... It's possible to do this by code? Is there any ...
3
votes
3answers
586 views
Can a list item point to the column value in another list?
Is it possible with SharePoint 2010 to have a column in one list point to the value of the column in another list? So List A's Column1 will show the value of List B's Column3 for a specific item. ...