I'm trying to create a calculated field in Tableau - but for the below it says am missing an operator, how would it be?
IFNULL([Translator], [Translation Requestor 1])
THEN "NULL"
ELSE "Not NULL"
END
This should work: IFNULL([Translator], [Translation Requestor 1])