- Reference >
- Query, Update, Projection, and Aggregation Operators >
- $cond (aggregation)
$cond (aggregation)¶
-
$cond¶ Use the
$condoperator with the following syntax:Takes an array with three expressions, where the first expression evaluates to a Boolean value. If the first expression evaluates to true,
$condreturns the value of the second expression. If the first expression evaluates to false,$condevaluates and returns the third expression.