NUMSIGNED Function

The NUMSIGNED function returns a number of roles a document has signed.

Syntax

  • NUMSIGNED(["DocId"], ["UserInitials"])

Where

DocId is the document identifier. If not specified, the current document is used.

UserInitials is the user's initials. If not specified, any user is used.

Example 1

  • NUMSIGNED("1.1", "")

The function returns the number of roles the document has signed by any user.

Example 2

  • NUMSIGNED("1.2", INITIALS(WHOAMI(1)))

The function returns the number of role the document 1.2 has signed by the current user.

Example 3

  • NUMSIGNED()

The function returns the number of roles a current document has signed by any user.

Example 4

  • NUMSIGNED("","S")

The function returns the number of roles a current document has signed by a user with initials "S".

Related Topics