So, when the participant writes the percentage (%) in the box, it automatically calculated the total amount of money willing to spend. Let say, the person response 10% and Qualtric automatically calculated 10% of the total weekly expenditure from previous question. Something like that. I don't know it is possible or not. Or I am too ambitious 😃
Best wishes
NurSolved
Automatic calculated answer?
Hi all community members,
I am so new to Qualtrics and has very limited knowledge for online survey. I have another question which I have been trying to do it via Javascript and failed :(.
!
So, when the participant writes the percentage (%) in the box, it automatically calculated the total amount of money willing to spend. Let say, the person response 10% and Qualtric automatically calculated 10% of the total weekly expenditure from previous question. Something like that. I don't know it is possible or not. Or I am too ambitious 😃
Best wishes
Nur
So, when the participant writes the percentage (%) in the box, it automatically calculated the total amount of money willing to spend. Let say, the person response 10% and Qualtric automatically calculated 10% of the total weekly expenditure from previous question. Something like that. I don't know it is possible or not. Or I am too ambitious 😃
Best wishes
NurBest answer by TomG
Qualtrics math operations might help.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

A few key things:
1. The easiest way to set up this calculation is to have them put the percentage value in as a whole number without a % symbol. (i.e. 10% = 10). I applied validation rules to make sure this happens
2. In the survey flow, notice how there are 2 question blocks, divided by 1 embedded data block. This is because the survey needs to create the calculated value before you can use it in piped text. The biggest downside of this is that you lose the back button function, so without additional logic, they can't change their answer. - I think this can be done with JavaScript too, but that isn't my area of expertise.