Hi,
I want to calculate blood alcohol content (eBAC) in a baseline survey. It requires birth sex, weight, and two alcohol-related items to calculate it.
We gather 'birth_sex' and 'weight' as variables in our screener. A workflow adds participants to our directory and saves these two variables as embedded data to be used later.
In the baseline survey we need to pull in both weight and birth_sex to then use in a calculation with 2 other items (these embedded data are qf_drinks and qf_hours).
So I’m attempting to use the following formula:
$e{ ( ( qf_drinks / 2) * ( birth_sex / ( weight ) ) - ( qf_hours * .016 ) }
Is there any way to do this? I’m not seeing this specific question anywhere. I appreciate your time and expertise, thank you!
Question
Pulling embedded data from contact directory to use in a calculation--is this possible?
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.