AND

Returns true, if all parameters are true, otherwise false.

Syntax

AND(condition1; condition2; …; conditionN)

  • condition1-N - the condition which is evaluated - Value type: boolean

Example