Solved
Screen out participants BMI (2)
Hi,
last week I asked your help to screen out participants based on their BMI (kilograms/centimeters).
I now want to add screening based on BMI in terms of Feet-Inches and pounds.
Somehow my formula doesn't work.
Can anyone help my find the error I made?
I have three text entry items (content validation : number)
The formula and survey flow are attached.
Thank you!
Best answer by TomG
I think it should be:
```
$e{ ( ( q://QID3/ChoiceTextEntryValue ) / ( ( ( ( q://QID1/ChoiceGroup/SelectedChoices ) * 12 ) + ( q://QID2/ChoiceGroup/SelectedChoices ) ) ^ 2 ) * 703) }
```
I added three spaces:
1. between q://QID3/ChoiceTextEntryValue ) and /
2. between ( and q://QID2/ChoiceGroup/SelectedChoices
3. between ) and ^
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.