MicroStrategy ONE

Delete Fact statement

Deletes a fact within a project.

Copy
DELETE FACTfact_nameIN FOLDERlocation_pathFROM PROJECTproject_name;

where:

  • fact_name is the name of the fact to be deleted, of type string, between double quotes (" ").

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

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

This statement can only be executed in a Windows environment.

Example

Copy
DELETE FACT "Copy 
 Revenue" IN FOLDER "\Project Objects" FROM PROJECT "MicroStrategy 
 Tutorial";