MicroStrategy ONE

List Intelligent Cubes statement

List the Intelligent Cubes in a project.

Copy
LIST [ALL] INTELLIGENT CUBES [IN FOLDER "folder_name"] 
 FOR PROJECT "project_name";

where:

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

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

Example

Copy
LIST ALL INTELLIGENT CUBES IN FOLDER "\Intelligent 
 Cubes" FOR PROJECT "MicroStrategy Tutorial";

ResultSet Columns

HIDDEN: Whether or not the Intelligent Cube is hidden, returned as a boolean value.

NAME: The name of the Intelligent Cube, returned as a string.

PATH: The path to the Intelligent Cube, returned as a string.