Count (NotesViewEntryCollection - JavaScript)

Read-only. The number of entries in a view entry collection.

Defined in

NotesViewEntryCollection

Syntax

getCount() : int

Examples

This computed field displays the number of documents in a view.
return database.getView("main").getAllEntries().getCount().toFixed()