How to get the right text/label for choices with the same recoded values | XM Community
Skip to main content
Solved

How to get the right text/label for choices with the same recoded values

  • December 18, 2018
  • 4 replies
  • 39 views

Hi, My Survey contains a dropdown list question with a lot of products for which I added recoded values (kcal). Some of the products have the same amount of calories and thus recoded value. When I export my test data as csv file (use choice text) and then read this file in R, I still want to be able to distinguish the products that have the same values. However, when I look at the data in R, it doesn't show the product/label that I selected but it seems to just pick one of the products with the same recoded value. How can I fix this? I hope you can help me, Kind regards Loes

Best answer by PeeyushBansal

In R or SPSS you can run crosstabs.

4 replies

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+43
  • Level 6 ●●●●●●
  • December 18, 2018
you can check by crosstabbing product with kcal.

  • Author
  • December 18, 2018
Thanks, I just can't add the question to the Cross Tabulation. "Currently, only multiple choice questions, matrix questions, and embedded data can be added to a Cross Tabulation."

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+43
  • Level 6 ●●●●●●
  • Answer
  • December 18, 2018
In R or SPSS you can run crosstabs.

  • Author
  • December 18, 2018
OK! thank you