EVERY

Syntax:

EVERY(Y[..] multi_occurs_boolean_field)

Return Value:

Y result

Description:

EVERY performs an AND operation between all the fields of a multi occurrence boolean field

Example:

EVERY(FALSE|FALSE|TRUE) = FALSE