MicroStrategy ONE

Publish Intelligent Cube statement

Publish the specified Intelligent Cube to the Intelligence Server, so that it can be used by reports.

Copy
PUBLISH INTELLIGENT CUBE ("name" IN 
 FOLDER "folder_name" | GUID "guid") [ASYNCHRONOUS] FOR PROJECT "project_name";

where:

  • "name" is the name of the Intelligent Cube to be published, of type string.
  • FOLDER "folder_name" is the folder containing the Intelligent Cube, of type string.
  • GUID "guid" is the GUID of the Intelligent Cube to be published, of type string.
  • ASYNCHRONOUS is an optional parameter that will allow execution of other tasks while the cube is being published.
  • PROJECT "project_name" is the project containing the Intelligent Cube, of type string.

Example

Copy
PUBLISH INTELLIGENT CUBE "Year And Region" 
 IN FOLDER "\Intelligent Cubes" FOR PROJECT "MicroStrategy 
 Tutorial";