Search found 1 match

by adrmnc
Mon May 03, 2021 8:45 am
Forum: General
Topic: Missing Values
Replies: 1
Views: 5085

Missing Values

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:

Code: Select all

when $source != 'Male'
but

Code: Select all

when $source != 'Male' or 'Female'

doesn't work for me, neither OR, comma, &...