Quorum

Use this field to specify the number of votes to await before closing voting, expiring the remaining unvoted messages, and continuing to the subsequent event action.

If this field contains a value, the number overrides the automatic quorum algorithm used to calculate whether further votes are required in order to make the VOTINGRESULT() non-blank.

If the Quorum value is positive, it implies that Wait for Quorum is TRUE. If the Quorum value is non-positive, it implies that Wait for Quorum is FALSE.

The contents of this field must use this syntax:

numericExpr

where numericExpr is a number or an expression that resolves to a numeric value.

When you click OK to return to the Event Actions form, the system "wraps" this content within a QUORUM( ) parameter, which yields this final syntax:

QUORUM( numericExpr )