Archive

Archive for November, 2012

SharePoint conference 2012 videos

Restore a deleted site in SharePoint 2010 using powershell

Compress logs in SQL Server

SharePoint 2013 Blog

User profiles using the server object model in SharePoint 2013

Add a column to a list programmatically in SharePoint 2013

Complete basic operations using SharePoint 2013 client library code

How to add programmatically users as followers with new SPSecurityEventReceiver in SharePoint 2013

How to Create and Start SQL Server Trace Automatically

SharePoint Create a Custom View for Survey List


Create a Custom View for Survey List

In SharePoint, custom views are used to display the items in a list/libraries with custom look and feel.Therefore you have to choose a view format like Standard View, Calendar View, Datasheet View or Gantt View and accordingly you can customize the display style by choosing Filter condition, Sort method, Group By condition etc. SharePoint allows us to create custom views for the list and libraries. But for the Survey type list, SharePoint documentation doesn’t mention anything about creating a custom view. Below mentioned steps are can be adapted to create a custom view for Survey List.

-Open a SharePoint Site……Open the Survey List.

-Find the ListID from the URL like

List=%7BF2141E9F%2D8EA2%2D42EE%2DA965%2D52F1D7362066%7D

-Now change the URL in the browser as

http://SiteName:PortNo/_layouts/ViewType.aspx?List=%7BF2141E9F%2D8EA2%2D42EE%2DA965%2D52F1D7362066%7D

-Then choose a view format for the survey list.

-Type a custom View Name.

-In the same page open the style tab, choose a style for this view e.g Basic Table

-Then press OK to create the view.

-Custom view has been successfully created for your survey, Thanks..

If you have any queries/questions regarding the above mentioned info then please let me know, Thanks..