Hi!
I've made the following embedded data variable: ${gr://SC_6M4lPMHbDTjS885/WeightedMean}
I'm trying to figure out how I can get this variable to round to 2, and I've seen some other pages about the same topic, but still seem to be doing something wrong...thoughts?
I tried this and it's not working : ${ round ( gr://SC_6M4lPMHbDTjS885/WeightedMean , 2) }
Page 1 / 1
You need to use Qualtrics' specific math operations syntax:
$e{ round( gr://SC_6M4lPMHbDTjS885/WeightedMean , 2 ) }
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.