MicroStrategy ONE

Remove Contact Group statement

Removes a contact or group from the membership of a contact group.

Copy
REMOVE FROM CONTACTGROUP "group_name" 
 (CONTACT | GROUP) "contact_name";

where:

  • CONTACTGROUP "group_name" is the name of the contact group from which are removing a group or contact, of type string.

  • CONTACT | GROUP  indicates whether you are removing a contact or a contact group.

  • "contact_name" is the name of the contact or group you are removing, of type string.

Example

Copy
REMOVE FROM CONTACTGROUP "Managers" GROUP 
 "Developers"