Question
My rounding math operation using piped text isn't working - help!
I have 6 embedded data fields using piped text for which I want to round the decimal spaces to 2. The Qualtrics tech support showed me how to do the first one ("Liberty Average") - and it works every time. BUT- when I copied the new rounding info exactly for the other 5 (using their unique piped text values) they are not rounding to 2. What am I doing wrong? I have tried adding/deleting spaces, removing the "${ }" around the piped text, and even deleting my embedded data entirely and starting from scratch... all to no avail.
This one works (done by the Qualtrics tech guy):
Liberty Average = $e{ round( ${gr://SC_72u5bCTGY8QvEVv/WeightedMean} , 2 ) }
These don't work:
Care Average = $e{ round( ${gr://SC_dmVpBKgIceCiK0d/WeightedMean} , 2 ) }
Fairness Average = $e{ round( ${gr://SC_cBGz9DlkoBFiJMx/WeightedMean} , 2 ) }
Loyalty Average = $e{ round( ${gr://SC_eXyuEUtZmiquU29/WeightedMean} , 2 ) }
Authority Average = $e{ round( ${gr://SC_5oIHajnKnJRDZQh/WeightedMean} , 2 ) }
Sanctity Average = $e{ round( ${gr://SC_cGtggP4TWuhTfJr/WeightedMean} , 2 ) }
Any idea why? And what should I do to make all of them round to 2 decimal spaces?
Thanks for help.
Barb
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.