Search code examples
tableau-apiifnull

IFNULL function in Tableau


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

Solution

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