MicroStrategy ONE

Removing the Navigational or Path Information

Most of the MicroStrategy Web Pages, display navigational or path information that helps in identifying the location of a folder or a report in the project. It also includes individual items such as the Home icon for going to the Desktop page and left/right-pointing arrows (back and forward buttons) for navigating the folder hierarchy, and so on.

In this customization scenario, you remove the navigational or path information for a Folder Browsing page as well as for the Report Execution page.

Removing the Navigational or Path Information for a Folder Browsing Page

In this customization scenario, you remove the navigational information from the Shared Reports page. You accomplish this by modifying the page-section file that provides the folder path information so that the entire path of navigational information is removed, as well as the other individual items such as icons for navigating to Home and returning to the previous folder.

Before customization:

After customization:

This customization can be accomplished using either of the following methods:

Deploying the plug-in provided with MicroStrategy SDK

MicroStrategy SDK provides a plug-in (ZIP file) that can simply be extracted to thepluginsfolder to view the customization in MicroStrategy Web. The following steps guide you in locating the plug-in and deploying it. 

  1. Access the plug-in: JSP version or ASP .NET version

  2. Extract the plug-in to the plugins subfolder inside the MicroStrategy Web installation folder.   

  3. Launch MicroStrategy Web to view the customization.

Using the Web Customization Editor to create a plug-in

MicroStrategy SDK provides a Web Customization Editor that can be used to create a customization plug-in. The following steps guide you in creating the plug-in and deploying it. 

  1. Launch the Web Customization Editor

  2. Click on MicroStrategy Web Configuration inside the Application Settings view to expand the hierarchical tree. The expanded list comprises the different settings that can be modified to perform customizations. 

  3. Click on Pages to expand the list of pages used in MicroStrategy Web. 

  4. Double-click the shared (Shared Reports) page. 

  5. Click the Template Properties tab at the bottom in the right frame to make changes to the Default page template. 

  6. Right-click the path page section and select Make section empty

  7. Save your changes. 

  8. Double-click CSS (under shared (Shared Reports)). 

  9. Navigate to Customizations->sharedPage.css

  10. Right-click sharedPage.css and select New Selector

  11. Enter .mstrPath in the selector text field and click OK

  12. Right-click .mstrPath and select New Property

  13. Enter height and 30px !important in the property and value text fields respectively. 

  14. Navigate to Pages->my (My Reports)

  15. Double-click the my (My Reports) page. 

  16. Click the Template Properties tab at the bottom in the right frame to make changes to the Default page template. 

  17. Right-click the path page section and select Make section empty

  18. Save your changes. 

  19. Double-click CSS (under my (My Reports)). 

  20. Navigate to Customizations->myPage.css

  21. Right-click myPage.css and select New Selector

  22. Enter .mstrPath in the selector text field and click OK

  23. Right-click .mstrPath and select New Property

  24. Enter height and 30px !important in the property and value text fields respectively. 

  25. Launch MicroStrategy Web to view the customization.

Removing the Navigational or Path Information for a Report Execution Page

In this customization scenario, you remove the navigational information from the Report Execution page. You accomplish this by modifying the page-section file that provides the folder path information so that the entire path of navigational information is removed, as well as the other individual items such as icons for navigating to Home and returning to the previous folder.

Before customization:

After customization:

This customization can be accomplished using either of the following methods:

Deploying the plug-in provided with MicroStrategy SDK

MicroStrategy SDK provides a plug-in (ZIP file) that can simply be extracted to thepluginsfolder to view the customization in MicroStrategy Web. The following steps guide you in locating the plug-in and deploying it. 

  1. Access the plug-in: JSP version or ASP .NET version

  2. Extract the plug-in to the plugins subfolder inside the MicroStrategy Web installation folder.   

  3. Launch MicroStrategy Web to view the customization.

For specific settings that affect whether customization changes are applied automatically or require a restart of the Web server, see Applying customization changes to the application.

Using the Web Customization Editor to create a plug-in

MicroStrategy SDK provides a Web Customization Editor that can be used to create a customization plug-in. The following steps guide you in creating the plug-in and deploying it. 

  1. Launch the Web Customization Editor

  2. Click on MicroStrategy Web Configuration inside the Application Settings view to expand the hierarchical tree. The expanded list comprises the different settings that can be modified to perform customizations. 

  3. Click on Pages to expand the list of pages used in MicroStrategy Web. 

  4. Double-click the report (Report Execution) page. 

  5. Click the Template Properties tab at the bottom in the right frame to make changes to the Default page template. 

  6. Right-click the path page section and select Make section empty

  7. Save your changes. 

  8. Launch MicroStrategy Web to view the customization.

For specific settings that affect whether customization changes are applied automatically or require a restart of the Web server, see Applying customization changes to the application.

 

See Also