Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

in SharePoint 2007 I want to create custom views on survey lists without usung sharepoint designer or sharepoint server.

is it possible?

share|improve this question

2 Answers

I don't know what you certainly mean but if you mean you want to do this by code this is as usual possible to do.

A good start is maybe to look over here:

Programmatically create views

share|improve this answer

It is possible to create a custom view in 2007 without using code. It's just a bit tricky cause you need to understand how to manipulate the SharePoint URL.

Here are two links I find which shows you how to do this:

http://www.mindfiresolutions.com/Create-a-Custom-View-for-Survey-List-96.php

http://nishantrana.wordpress.com/2008/11/25/creating-custom-views-on-survey-in-sharepoint/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.