MicroStrategy ONE
Displaying tutorials
The following parameter and value are used to specify which tutorials should be visible during "on-boarding". These on-boarding tutorials help new users become familiar with the features and functionality of MicroStrategy Library.
This is a feature-level setting. Feature-level settings override UI settings and also imply UI settings when they are associated with UI elements.
Parameter | Setting Level | Value | Target Component | Behavior |
---|---|---|---|---|
app.onboard.visibleTutorials |
Feature |
The value is a 4-bit binary flag that specifies the tutorials to display. Possible values are:
|
On-boarding tutorials |
Specifies which tutorials will be displayed when the on-boarding feature is enabled There is currently no way to display only the Welcome page in the Library view. |
The sample URLs below show how to specify which on-boarding tutorials to display.
Sample URL for displaying no tutorials
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?app.onboard.visibleTutorials=0b0000
Sample URL for displaying all tutorials
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?app.onboard.visibleTutorials=0b1111
Sample URL for displaying only the tutorial in the Notification panel
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?app.onboard.visibleTutorials=0b0001
Sample URL for displaying only the tutorials in the Dashboard page
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?app.onboard.visibleTutorials=0b0010
Sample URL for displaying only the tutorials in the Library page
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?app.onboard.visibleTutorials=0b1000
Sample URL for displaying only the tutorials in the Library page and the Welcome page in the Library page
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?app.onboard.visibleTutorials=0b1100