MicroStrategy ONE

Enabling the Filter Summary feature

The following parameter and value are used to specify whether the Filter Summary is enabled and 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.filter.summary

Feature

Possible values include:

  • true (default)
  • false

Filter Summary

Specifies whether the Filter Summary feature is available

  • When set to "true", the Filter Summary is visible.
  • When set to "false", the Filter Summary is hidden

The sample URLs below show how to enable and explicitly disable the Filter Summary feature.

Sample URL for enabling the Filter Summary feature

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

Sample URL for explicitly disabling the Filter Summary feature

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