MicroStrategy ONE

Delete Incremental Refresh Report statement

Delete an Incremental Refresh report from a project.

Copy
DELETE INCREMENTAL REFRESH REPORT ("name" 
 IN FOLDER "folder_name" | GUID "guid") FROM PROJECT "project_name";

where:

  • "name" is the name of the Incremental Refresh report to be deleted, of type string.

  • FOLDER "folder_name" is the folder containing the report, of type string.

  • GUID "guid" is the GUID of the report, of type string.

  • PROJECT "project_name" is the project containing the report, of type string.

Example

Copy
DELETE INCREMENTAL REFRESH REPORT "Year And 
 Region" IN FOLDER "\Reports" FOR PROJECT "Eastern 
 Regional Sales";