MicroStrategy ONE

ChangeView

The ChangeView command shows or hides the shortcut and folder list panes in the object browser.

dss://ChangeView View1\View2\...\Viewn

Parameter

Description

View

The view parameter indicates what operation should be executed.

The following operations are supported:

ShowShortcutView

ShowFolderView

HideShortcutView

HideFolderView

Remarks

The ChangeView command can take a list of operations in a single command. For example, to show shortcuts and hide the folder list use the following command:

ChangeView ShowShortcutView\HideFolderView 

Examples

Copy
<a href="dss://changeview showshortcutview">Show Shortcuts</a>
<a href="dss://changeview showfolderview">Show Folders</a>
<a href="dss://changeview hideshortcutview">Hide Shortcuts</a>
<a href="dss://changeview hidefolderview">Hide Folders</a>
<a href="dss://changeview hidefolderview\showshortcutview"> Hide Folders
and Show Shortcuts</a>
<a href="dss://changeview showfolderview\hideshortcutview"> Show Folders
and Hide Shortcuts</a>