ISSUECOUNT Function

This function returns the number of issues assigned to the current document, based on a specified state.

ISSUECOUNT(State)

Where State is 1 - number of issues assigned to the current user, 2 - number of completed issues, 3 - number of uncleared issues, or 4 - total number of issues.

ISSUECOUNT(1)

This function will return the number of issues assigned to both the current document and the current user.

Related Topics