MicroStrategy ONE
Open
The Open command connects to a project source in the object browser. The Open command searches for the project source by name. The search is case sensitive. After the project source is found, it is expanded. If the user is currently not connected to the project source the command opens the login window.
You can also include a project ID to open a project.
dss://Open
ProjectSourceName\ProjectID\UserLogin\UserPassword
Parameter |
Description |
ProjectSourceName |
The name of the project source node in the object browser control. |
ProjectID |
Optional. If the ProjectID parameter is included, the command finds and connects to the project. To obtain a project ID, right-click the project and select Project Configuration. The ID is displayed in the dialog box. |
UserLogin |
Optional. The UserLogin parameter defines the default value of the user login when the project source is expanded. The login window is only displayed if the user is not currently connected to the project source. |
UserPassword |
Optional. The UserPassword parameter defines the default value of the user password when the project source is expanded. The login window is only displayed if the user is not currently connected to the project source. |
Examples
<a href="dss://open MicroStrategy Tutorial">Open the MicroStrategy Tutorial project source</a>
<a href="dss://open MicroStrategy Tutorial\B19DEDCC11D4E0EFC000EB9495D0F44F">Open Tutorial Project</a>
<a href="dss://open MicroStrategy Tutorial\B19DEDCC11D4E0EFC000EB9495D0F44F\Administrator">Open Tutorial Project using Administrator login</a>