MicroStrategy ONE

Publish Incremental Refresh Report statement

Execute an Incremental Refresh report and publish the results to the Intelligent Cube associated with it.

When this command is executed, Command Manager waits for the report to finish executing before continuing to the next statement in the script.

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

where:

  • "name" is the name of the Incremental Refresh report to be published, 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
PUBLISH INCREMENTAL REFRESH REPORT "Year And 
 Region" IN FOLDER "\Reports" FOR PROJECT "Eastern 
 Regional Sales";