MicroStrategy ONE

Alter Project statement

Change the name or description of a project.

Copy
ALTER PROJECT "project_name" [NAME "new_project_name"] [DESCRIPTION "new_project_description"] [ENABLEGUESTACCOUNT (TRUE|FALSE)];

where:

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

  • NAME "new_project_name" is the new name of the project, of type string.

  • DESCRIPTION "new_project_description" is the new description of the project, of type string.

  • ENABLEGUESTACCOUNT indicates whether to enable the Guest user account for this project.

Example

Copy
ALTER PROJECT 
 "Test environment 2" NAME "Test_Env_2";