@All (Formula Language)
Returns the value True.
Syntax
@All
Return value
flag
Number. The number 1 (True).
Usage
Use @All in selection formulas, mail agents, paste agents, scheduled agents, or in any formula requiring a SELECT statement. Notes/Domino appends SELECT @All to agents in contexts where @All is needed. All views default to a selection formula of SELECT @All.
Examples
- This example selects all documents in the database when used as
a view selection formula.
SELECT @All
- This formula, when used in a mail or paste agent, selects all
documents and sets the Status field to "Open."
FIELD Status:="Open";SELECT@All