|
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.
- Go to your survey - overview.aspx page
- Right-click on the page and View Source
- 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"
- Your id is c542e736%2D6115%2D43bd%2D9d50%2D08621a600529 or c542e736-6115-43bd-9d50-08621a600529
(Note -%2D stands for -)
- Then open a new list where you have the option of creating views.
- Click on Create View
- 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
- Remove everything after the = sign. Your url should look like this: http://servername/sites/test/site1/ /test/_layouts/ViewType.aspx?List=
- 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}
- Then press Enter
- Now create your view as usual.
Add this page to your favorite Social Bookmarking websites
|