FORMULA LANGUAGE


@Attachments
Example

Returns the number of files attached to a document.

Syntax

@Attachments( excludeMIMEBody )

Parameters

excludeMIMEBody

Return value

numFiles


Usage in a Column Formula

When used in a column formula in a view or folder, @If(@Attachments;5;0) can be used to display the paper clip icon if the current document has one or more attachments, or displays a blank if there are no attachments. This is the formula used to indicate attachments in the Notes/Domino mail template. For this formula to work, you must select Icon in the Column Definition dialog box for this column.

Example
See Also