IFNULL function in Tableau

1k Views Asked by At

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
1

There are 1 best solutions below

1
On BEST ANSWER

This should work: IFNULL([Translator], [Translation Requestor 1])