Skip to main content

Return to TX Community

Liaison

Reporting on Surveys

Accessing Survey Reports

  1. Navigate to your Survey.
  2. Scroll to the bottom of the page and click Survey report:

survey report link example

Viewing Survey Responses

To view Survey Responses related to a student, go to the Contact/Student page and view the ‘Survey Responses’ related records. The ‘Survey Responses’ record will show you the Survey Name and Date Completed.

To view specific responses to each question, the following options are available:

  1. View the ‘Survey Question Responses’ records related to the ‘Survey Response
  2. View the ‘Survey Responses Summary report’.  *See more information below.
  3. View the ‘Latest Survey Response’ report. *See more information below.

The first option will give you a direct view of the Survey Responses - per Student/Contact. The other options are specially designed surveys that make it easier to view and share Survey results with anyone at your institution.

Note: If the Summary & Latest Survey Reports links are unavailable, please contact your System Administrator.

The Survey Responses Summary report allows you to view all the responses to your survey. Each question will be listed along with the Question Type, Number of Responses, and Responses. For Question Types = ‘1-5 Rating’, you will see an Average Rating. For Question Types = ‘Picklist,’ you will see a list of the picklist values, along with the % of each value received. ‘Plaintext’ questions can not be summarized, so they will display a message that it ‘cannot be summarized.’

The Latest Survey Response Report allows you to view all the latest responses to a Survey for a particular contact/student.  If the contact/student completed the same survey multiple times, this report will show the results of the most recent survey completed.

Reporting on survey responses

Create the Report Type 

This report type is for Surveys that are linked to a Student (i.e., NOT anonymous):

  1. Navigate to Setup and search for Report Types.
  2. Click New Custom Report Type.
  3. Select Contacts as the Primary Object.
  4. Enter a Report Type Label, such as 'Survey Response with Survey Question Responses.'
  5. Hit the Tab button to generate the Report Type Name.
  6. Enter a Description.
  7. Select the Store in Category.
  8. Select Deployed.
  9. Click Next.
  10. Click the Click to relate another object link.
  11. Select Survey Responses.
  12. Click the Click to relate another object link.
  13. Select Survey Question Responses.
  14. Save your changes.

Edit Report Type Layout 

  1. In your new Report Type, navigate to the Fields Available for Reports-related list.
  2. Click Edit Layout.
  3. Add ALL fields for each object.
  4. For Survey Question Responses, click the Add fields related via lookup link.
  5. Select Survey Question and Question Text.
  6. Save your changes.

Create the Report Edit section

  1. Navigate to your Reports tab.
  2. Click the New Report button.
  3. Select the Report Type you created above and select Create.
  4. Select Report Format and Columns you wish to display.
  5. Suggested fields:
    • Survey Name
    • Contact ID
    • Full Name
    • Question Text
    • Response Text
  6. Add Filter criteria.
  7. Save your changes.

Creating a Link to an Individual’s Survey Response Report

  1. Navigate to Setup and select Object Manager. Select the Survey Response object.
  2. Under Custom Fields & Relationships, select New.
  3. For Data Type, select Formula.
  4. Select Next.
  5. Enter the Name of the Survey Summary report.
  6. For the Formula Return Type, select Text.
  7. Select Next.
  8. Use the following example for the Formula:
HYPERLINK('https://cs8.salesforce.com/apex/TargetX_Survey__surveyResponsesSummary?id='; & TargetX_Survey__Survey__r.Id & '&sid=' & TargetX_Survey__Student__r.Id,'Latest Survey Response Report','new')
  1. Select Next.
  2. Indicate the appropriate Field-Level Security.
  3. Select Next.
  4. Indicate which Page Layout(s) the formula should appear on.
  5. Select Save.
  • Was this article helpful?