AddGroup

AddGroup creates a new user group on the server. Changes applied through the AddGroup function do not take effect until the Metadata procedure in a process is completed. This function, like all functions that update metadata, should not be used in the Data or Epilog tabs of a process.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

AddGroup(GroupName);

Argument

Description

GroupName

The name of the group you want to create.

Example

AddGroup('Finance');
This function adds the Finance user group to the server.