MicroStrategy ONE

Enabling the Table of Contents (TOC) feature

The following parameter and value are used to specify whether the Table of Contents (TOC) feature is enabled and the TOC is visible.

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

feature.toc

Feature

Possible values include:

  • true (default)
  • false

Table of Contents

Specifies whether to enable the TOC feature and make the Table of Contents visible

  • When set to "true", the TOC feature is enabled and the Table of Contents is visible.
  • When set to "false", the TOC feature is disabled and the Table of Contents is hidden

The sample URLs below show how to enable and explicitly disable the Table of Contents (TOC) feature.

Sample URL for explicitly enabling the Table of Contents (TOC) feature

http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?feature.toc=true

Sample URL for disabling the Table of Contents (TOC) feature

http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?feature.toc=false