MicroStrategy ONE

Unlock Project statement

Unlocks a project in the metadata.

Copy
UNLOCK PROJECT project_name [FORCE];

where:

  • PROJECT "project_name" is the name of the project to be unlocked, of type string.
  • FORCE forces the project to unlock.

Example

Copy
UNLOCK PROJECT "MicroStrategy Tutorial" 
 FORCE;