Goal
Insert a value null into a Datameer function.
Learn
In a Datameer workbook, a user may add a null value to a formula by typing null.
Here is an example
=IF(#columnA == #columnB; true; null)
Note that the capitalization of the word null is very important. Null and NULL are not acceptable keywords for null.
Comments
0 comments
Please sign in to leave a comment.