0
votes
0answers
20 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
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
79 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 ...
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
47 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
36 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 = ...
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
15 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
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 ...
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
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" ...
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 ...
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 ...
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, ...
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
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 ...
3
votes
1answer
95 views

Apply formatting logic before rendering field in SP list

I am relatively new to SP development; I am trying to do the following in SP 2010: I have a list field containing e-mail addresses separated by semicolons. I would like to insert a newline character ...
0
votes
1answer
406 views

Custom List Filter - update list view only on second button click

What I try to do is making a simple list filter tool for SharePoint 2010 lists. What I have so far: I made a VisualWebPart (VWP) named "ListFilter", which should update the view of the list (see code ...
0
votes
0answers
56 views

Display a custom column in Flat view in sharepoint discussions list

Hi in sharepoint 2013 community site discussions list I have added a custom column. I wanted to display that field in Flat view. Default Flat view in the discussions list can't be edited so I created ...
1
vote
2answers
697 views

How to get item count for a List's View?

I have a Sharepoint List called "Tracker" that represents customer-submitted defects. I have a View on this list that only shows the items created in the last 7 days. This view works just fine when ...
2
votes
1answer
79 views

Displaying View: Dropdown in LVWP Toolbar

So I'm trying to figure out why when I go into a specific list on the right side I have the "View" Dropdown, but when I am on a page with a List view web part with Show Toolbar it does not have the ...
0
votes
1answer
96 views

“Large list context detected. Custom Views and reports may fail…” error

A user is getting the error below: I can't find any information on the error. List view thresholds, yes, but nothing specific to 'context'. Thoughts? Is this concerning? i.e. poor design in ...
0
votes
1answer
41 views

ListView WebPart

Is there any option to display sharepoint list which is in one domian on the sharepoint site which is on other domain? I'm not interested in solution which use iframe.
0
votes
1answer
151 views

Correct way to use the people picker and Rich Text

I'd like to have a custom form that lets me add items to a list. There are two fields giving me trouble. One is a "Moderators" field which will use a people picker. The other is a "Body" field, ...
0
votes
1answer
62 views

Set Specific list view for user

Hey i need to set a specific list view for certain users. They need to be able to view the list with a set view that they cannot change, and still be able to modify the list items. HELP !
0
votes
2answers
760 views

Add Listview of parent site list

i want to add a page where users can view and edit a list, problem is the list is not in the site but rather in its parent site. I also want to be able to filter the list so they can only see a items ...
1
vote
1answer
282 views

Odd and Even list item color

i saw a sharepoint where its list item as a background color (blue) for odd list item number and another (white) for even numbers. I dont know where i can set this. I looked into designer and i could ...
1
vote
1answer
70 views

ListItem Column Level security

I have a List and default view for that list. Some of List columns contain sensitive information, that should be visible for some group (SharePoint group ) of users, others shouldn't be able to see ...
2
votes
1answer
161 views

How I can block to change view in list SharePoint Foundation

How I can block change view in ShrePoint list?Even when I add user Read Only permission to some list, person be able to change view in this list. I want to block change view but I don't know how. I ...
1
vote
0answers
85 views

Best way to create a list with hidden columns with Data pulling from InfoPath form

So I have been working on this for a little bit here is what I am trying to accomplish: Using OOTB SharePoint 2010 Functionality I want to create an HR Referral System. Basically an InfoPath Form ...
1
vote
1answer
691 views

Display File Extension in Doc. Library Column?

I need to display the file extensions of the files in a Document library in a column. I have done a bunch of searching and came across solutions but they don't seem to be working for me. This is ...
0
votes
1answer
423 views

How to show list as read-only, but not restrict permissions?

I have created a list. It inherits the permissions from the site settings and that's the way it should be. I want to create a SharePoint page in which I will show the list but I don't want to allow ...
1
vote
0answers
107 views

SPView.RenderAsHtml() returns an empty string for views created by hand

I'm working on a Sharepoint 2010 application and I've got a code calling RenderAsHtml() on an SPView. It worked quite fine as long as we stuck to the views created in XML, in Schema.xml file of the ...
0
votes
2answers
634 views

List Item Description not showing up when viewing item?

Ok so I have a List and it has a Description column, the one that is default and I cannot delete it. The problem is that the Description field will show up when you are creating a list item but when ...
0
votes
1answer
898 views

Query String, Can I show single item from a list using a query string?

Used this to pass a value to a form, but can I use a query string for a single list item ID, provide to users and have that filter a list for me? Or do I need some CQWP that takes a parameter from a ...
1
vote
2answers
585 views

List view loses focus when additional webpart added to page

I have a list page to which I need to add an additional webpart (in this case, a more powerful filter). However, the ribbon doesn't appear because the listview does not have focus. This is easily ...
0
votes
2answers
140 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 ...
1
vote
1answer
210 views

Private and Public Tasks in Lists?

I am trying to create a Task List which would go on a user's My Site profile. This task list will have a column where the user can select Private vs Public. If a task is Public, anyone viewing his ...
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
1answer
344 views

Getting an error while trying to open a list using Excel [closed]

Hi Iam getting an error like "An unexpected error has occurred. changes to your data cannot be saved " while I was trying to open a list using excel (after clicking export to Excel in Ribbon).
1
vote
1answer
89 views

Pro/cons: Multiple lists or one big list with multiple views?

I have data that can go through different stages, during which it will have common fields and fields that are only used on specific stages. If I e.g. have these fields: CommenField1, CommenField2, ...
0
votes
1answer
228 views

Editing a SharePoint List View: Grouping by 2 Columns with 1 column empty

I have the following data in a Sharepoint list. Name Animal Species Tom Dog Corgi Dick Dog Corgi Harry Dog German Shepherd Jane Cat (BLANK) June Cat (BLANK) ...
0
votes
0answers
70 views

Budget request and fund deduction

I am working on a SharePoint Team site (SP 2010) that needs to take in a fund request, have it approved, and once it is approved, ultimately deduct the total fund from a limited budget. I am having ...
0
votes
0answers
110 views

How to manage permission on a SharePoint list and views?

I have a share point list "Student Master" with 10 columns. Created two views from this list Student Master1 and Student Master2. Now facing issues with permission. There are three user groups- ...
0
votes
1answer
823 views

How to remove duplicates from a sharepoint view?

I have a sharepoint views containing different items but according to the columns displayed in my view, those items are the same: A B C D A B C D A B C D A B C E That I would like to display like: ...
3
votes
1answer
545 views

Show Ribbon Button on all types of Lists

I want my custom ribbon button to show in all list views. I found this example: How do you create a Ribbon Button custom action that will appear on all kinds of lists However, this also shows the ...
1
vote
0answers
89 views

Powerful list filtering

I need to extend the functionality of the default list (specifically for a document library) to include more powerful filtering. This includes being able type free text search and to have filters ...
1
vote
1answer
139 views

Restrict entries in SharePoint view

I have created a custom list in Sharepoint 2010 with below columns. Name(Single line of text) Location(Single line of text) Manager(Single line of text) Joining(Radio button with Yes/No values) In ...
1
vote
1answer
708 views

Sharepoint 2010 Excel - Extra fields in export xls

I have a view of about 80 fields (base from a list of about 200 fields) that I want to export into excel but the export shows up with extra fields (fields that are being used in some of the calculated ...

1 2