How can I export individual links to view results? | XM Community
Solved

How can I export individual links to view results?

  • 26 November 2018
  • 7 replies
  • 78 views

Badge +1
Hi,
I need to export the individual results as links, similar to the links we get when someone completes a survey and we get a link with their responses. I didn't setup trigger emails, but I assume we can retrieve and export the links since we have their Response IDs.
Thank you
icon

Best answer by Anonymous 26 November 2018, 22:31

View original

7 replies

Hello @Fabisp ,

Assuming you require individual response report(the one which qualtrics provide in email trigger option), So below is the structure of the Report

`https://DATA_CENTER_ID/CP/Report.php?SID=YOUR_SURVEY_ID&R=RESPONSE_ID`

You can export the data and in excel using formula you can generate all the report link at once.
Userlevel 7
Badge +20
addition to this, if you don't want to include stats table, you can use below link

> https://DATA_CENTER_ID/CP/Report.php?SID=YOUR_SURVEY_ID&R=RESPONSE_ID&NoStatsTables=1
Badge +1
Thank you both @Shashi @Mohammedali_Rajapakar_Ugam , can you remind me where can I find my survey ID?
Userlevel 7
Badge +20
You can easily find it in you Survey URL

The survey URL will have something as "SV_XXXXXXXXXXX" this will be your survey ID
Badge +1
@Mohammedali_Rajapakar_Ugam I'm getting this error: data_center_id’s server IP address could not be found.
Here's one link I put together, does it look ok? https://DATA_CENTER_ID/CP/Report.php?SID=SV_3aa8OmJhFnVPZ3L&R=R_1ifBMVe7NLuf4tv
Thank you
> @Fabisp said:
> @Mohammedali_Rajapakar_Ugam I'm getting this error: data_center_id’s server IP address could not be found.
> Here's one link I put together, does it look ok? https://DATA_CENTER_ID/CP/Report.php?SID=SV_3aa8OmJhFnVPZ3L&R=R_1ifBMVe7NLuf4tv
> Thank you

Here is the steps to get Datacenter ID
Badge +1
@Shashi Got it! Thank you so much 🙂

Leave a Reply