Quantcast
Channel: Mockaroo Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 2665

Generating data for Blood pressure

$
0
0

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"


Viewing all articles
Browse latest Browse all 2665

Trending Articles