Function "and"

Summary

Logical AND - evaluates to 'true'. Multiple conditions to evaluate are possible. Returns 'true' or 'false' The function belongs to the group "Logical".

The return type is boolean.

Allowed number of parameters are 2.


Parameters

Parameter Description
1 Condition 1
2 Condition 2