.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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