MicroStrategy ONE

Enabling the entire Filter feature

The following parameter and value are used to specify whether the entire Filter feature is enabled and the Filter Panel and Filter Summary are 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

Feature

Possible values include:

  • true(default)
  • false

Filter Panel / Filter Summary / Embed Filter in Comment

Specifies whether to enable the entire Filter feature and make the Filter Panel, Filter Summary, and Embed Filter in Comment visible

  • When set to "true", the entire Filter feature is enabled and the Filter Panel and Summary are visible.
  • When set to "false", tthe entire Filter feature is disabled and the Filter Panel and Summary are hidden

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

Sample URL for enabling the entire Filter feature

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

Sample URL for explicitly disabling the entire Filter feature

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