MicroStrategy ONE

Update Project statement

Updates the metadata of a project within a Project Source Name.

Copy
UPDATE PROJECT "project_name"[LANGUAGES] [SCHEDULES] [MDXSOURCEOBJECTS] [FORCE];

where:

  • PROJECT  "project_name" is the name of the project to be updated, of type string.

  • LANGUAGES updates the languages.

  • SCHEDULES updates the schedules.

  • MDXSOURCEOBJECTS updates the MDX source objects.

  • FORCEupdates the project metadata at the configuration level, even when the update is not required.

This statement is not subject to the Command Manager timeout limit.

Example

Copy
UPDATE 
 PROJECT "MicroStrategy Tutorial";