You will have to have a row with a Custom List like "M, F"
named "gender"
or hidden "__gender"
then another row formula row with "if gender == 'M' then {some calculation for men} else {some calculation for female} end"
or"if __gender == 'M' then {some calculation for men} else {some calculation for female} end"
↧
Generating data for Blood pressure
↧