Selected values from custom dropdown menu not being exported to CSV | XM Community
Skip to main content
Question

Selected values from custom dropdown menu not being exported to CSV

  • May 3, 2019
  • 1 reply
  • 30 views

I wanted to create a dropdown menu with the seasons. Everything gets displayed and selected correctly on the preview. When I export the data through a CSV file, the input was never put through and the cell is blank. How can I ensure the selected data will be passed to be later exported? !

1 reply

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • May 3, 2019
Change `qid.setChoiceValue(this.value,true)` to `Qualtrics.SurveyEngine.setEmbeddedData("ED1", this.value); ` . Refer this embedded data for this question answer in data, make sure you have ED1 declared in the survey flow before this question