Solved
How to properly create a formula field using embedded data?
I am trying to create an embedded data field that takes the ratings of three questions (single select scale 1-5) and creates an average.
Efficient (Number) = ${q://QID2032/SelectedChoicesRecode}
Easy (Number) = ${q://QID2033/SelectedChoicesRecode}
Emotion (Number) = ${q://QID2034/SelectedChoicesRecode}
CX (Number)= $e{ ( q://QID2032/SelectedChoicesRecode + q://QID2033/SelectedChoicesRecode + q://QID2034/SelectedChoicesRecode ) / 3 }
It doesn't return any data. Is there something wrong in my formula?
Thanks,
Melissa
Best answer by TomG
> @Melissa_Kaiser_psu89 said:
> Thanks...that's what I was afraid of! I need to be able to pull this data into an existing dashboard and I don't think I can with the calculated field in Data & Analysis. I wonder if there's a way to go back and populate the embedded data field correctly so I can use it in the dashboard? Any thoughts?
Two ways:
1. Manually edit the responses where the value is missing
2. Update the embedded field using the API, see: https://api.qualtrics.com/reference#update-response-1
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
