Solved
How to display currency based on the country selected?
How do I store the currency of any country selected in qualtrics survey?
Best answer by TomG
You can use the REST countries web service to look up the currency information for the selected country. If your country drop down question was QID1, the web service call would look like:
!
The full web service url is:
```
https://restcountries.eu/rest/v2/name/${q://QID1/ChoiceGroup/SelectedChoices}?fullText=true&fields=currencies
```
Demo
View original
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.