Navigation
This version of the documentation is archived and no longer supported.
$ifNull (aggregation)
-
$ifNull
Use the $ifNull operator with the following syntax:
Takes an array with two expressions. $ifNull returns
the first expression if it evaluates to a non-null
value. Otherwise, $ifNull returns the second
expression’s value.