MicroStrategy ONE

Delete Custom Group statement

Remove a custom group from a project.

Copy
DELETE CUSTOMGROUPcustomgroup_nameIN FOLDERlocation_pathFROM PROJECTproject_name;

where:

  • customgroup_name is the name of the custom group, of type string, between double quotes (" ").

  • location_path is the folder where the custom group resides, of type string, between double quotes (" ").

  • project_name is the name of the project, of type string, in between double quotes (" ").

Example

Copy
DELETE CUSTOMGROUP "Modified Age Groups" 
 IN FOLDER "\Public Objects\Custom Groups" FROM PROJECT "MicroStrategy Tutorial";