MicroStrategy ONE

Delete Report statement

Delete a report in a project.

Copy
DELETE REPORT (report_name IN FOLDERlocation_path | GUID report_guid)IN FOLDER location_path FROM PROJECT project_name;

where:

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

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

  • report_guid is the GUID of the report to be deleted, of type string, between double quotes (").

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

Example

Copy
DELETE REPORT "Quarterly Profit Margins" 
 IN FOLDER "\Public Objects\Reports\Financial Reports" FROM PROJECT 
 "MicroStrategy Tutorial";