MicroStrategy ONE

Remove User Group statement

Removes a user group from a user group.

Copy
REMOVE USER GROUP "group_name" FROM GROUP "parent_group_name";

where:

  • USER GROUP "user_group_name" is the name of the user group to be removed from another group, of type string.

  • GROUP "parent_group_name" is the name of the parent group that the group is to be removed from, of type string.

Example

Copy
REMOVE USER GROUP "Mid-Atlantic Sales" 
 FROM GROUP "Marketing";