Missing Values
Posted: Mon May 03, 2021 8:45 am
If I want to add missing values as anything written that DOES NOT MATCH MALE OR FEMALE, what is the code for the or?
i get it is:
but
doesn't work for me, neither OR, comma, &...
i get it is:
Code: Select all
when $source != 'Male'
Code: Select all
when $source != 'Male' or 'Female'
doesn't work for me, neither OR, comma, &...