Can we extract report block wise ? | XM Community
Skip to main content
Solved

Can we extract report block wise ?

  • September 18, 2018
  • 3 replies
  • 66 views

Suppose i have bifurcated my survey block wise as per different clients which currently refers to the same set of default questions , and I distribute each block to a different set of respondents may be at the same time , so is it possible to get the excel report segregating as per which respondent answered which block ?

Best answer by MohammedAli_Rajapkar

You can append the "blockid" as an embedded data either in the survey url (if its anonymous link) or you can have "blockid" embedded data in the contact list to whom you are going to distribute the survey... In Survey flow, add an embedded data "blockid" and then you will have to add branch logic such as if embedded data "blockid" is equal to 1 then show block 1 and if embedded data "blockid" is equal to 2 then show block 2 Once you collect the data then you can export the data blockwise by using embedded data "blockid"

3 replies

christopeter
Level 2 ●●
Forum|alt.badge.img+1
  • Level 2 ●●
  • September 18, 2018
For this Kriti, differentiate with block id. In survey flow for each block add I'd like block=1, block=2.... And so on. After that use this variable block to differentiate.

MohammedAli_Rajapkar
QPN Level 5 ●●●●●
Forum|alt.badge.img+20
You can append the "blockid" as an embedded data either in the survey url (if its anonymous link) or you can have "blockid" embedded data in the contact list to whom you are going to distribute the survey... In Survey flow, add an embedded data "blockid" and then you will have to add branch logic such as if embedded data "blockid" is equal to 1 then show block 1 and if embedded data "blockid" is equal to 2 then show block 2 Once you collect the data then you can export the data blockwise by using embedded data "blockid"

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+43
  • Level 6 ●●●●●●
  • September 27, 2018
in your survey flow set a variable say block and set its value to your block name for each block. In reporting or csv data you will be able to filter out your responses using this variable.