CasewareDocs
New in Caseware Cloud Engagements 2026-05See what's new

ISINGROUP Function

The ISINGROUP function indicates whether a user is a member of a specified user group assigned. It returns a value of 1 if the user is a member and 0 otherwise.

Syntax

ISINGROUP("User Group Name")

Example 1

The current user is assigned to the Preparer user group.

ISINGROUP("PREP")

Returns the value 1.

Example 2

The current user is assigned only to the Preparer user group.

ISINGROUP("PART")

Returns the value 0.

Related Topics

ISINGROUP Function | Caseware Docs