How to Create a Custom View for Surveys in MOSS 2007 PDF Print E-mail
Written by Stephanny   
Thursday, 18 February 2010 10:10

There isn't an out-of-the-box functionality that allows you to create custom views for surveys. But there's a work around. Try the steps below to create your custom survey views.

 

  1. Go to your survey - overview.aspx page
  2. Right-click on the page and View Source
  3. Look for listfeed.aspx - it should be towards the top of your code. We need to find the ID for your survey
    -listfeed.aspx?List=c542e736%2D6115%2D43bd%2D9d50%2D08621a600529"
  4. Your id is c542e736%2D6115%2D43bd%2D9d50%2D08621a600529 or c542e736-6115-43bd-9d50-08621a600529
    (Note -%2D stands for -)
  5. Then open a new list where you have the option of creating views.
  6. Click on Create View
  7. The new create view url should look like this :
    http://servername/sites/test/site1/ /test/_layouts/ViewType.aspx?List=%7B578E1EF3%2D11BA%2D4B29%2DAC8C%2D6FB22F0FDBCC%7D&Source=http%253A%252F%252Firm%252Em%252Estate%252Esbu%252Fsites%252Fops%252FENM%252Farra%252Fcpm%252FLists%252FACPM%2520Consolidation%2520chart%252FStatus%2520Based%2520on%2520Dates%252Easpx
  8. Remove everything after the = sign. Your url should look like this: http://servername/sites/test/site1/ /test/_layouts/ViewType.aspx?List=
  9. Now add curly brackets{} and your id to the url above. So your url should look like this:
    http://servername/sites/test/site1/ /test/_layouts/ViewType.aspx?List={ c542e736%2D6115%2D43bd%2D9d50%2D08621a600529}
  10. Then press Enter
  11. Now create your view as usual.


Add this page to your favorite Social Bookmarking websites
 

Add comment