Hello,
Was hoping anyone could help.
I want my data to be able to generate either a Yes or NULL in a field. I am currently using the formula:
if this == 'yes' then 'yes' else NULL end
The following error then appears in my SQL Data
“error: Please use field(‘NULL’) to access NULL because it starts with an upper case letter”
What is the correct way to format this?