MicroStrategy ONE

Hierarchy management: Delete Hierarchy statement

Deletes a hierarchy from a project.

Copy
DELETE HIERARCHYhierarchy_name[IN FOLDERfolder_name] FROM PROJECTproject_name;

where:

  • hierarchy_name is the name of the hierarchy to be deleted, of type string, between double quotes (" ").
  • folder_name is the location of the hierarchy, of type string, between double quotes (" ").
  • project_name is the name of the project containing the hierarchy, of type string, between double quotes (" ").

This statement can only be executed in a Windows environment.

Example

Copy
DELETE HIERARCHY "Customers" IN FOLDER 
 "\Schema Objects\Hierarchies" FOR PROJECT "MicroStrategy 
 Tutorial";