MicroStrategy ONE

Enabling the Filter editing feature

The following parameter and value are used to specify whether the Filter Panel and any filter editing functionality or UI are 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.edit

Feature

Possible values include:

  • true(default)
  • false

Filter Panel / Edit button in Filter Summary

Specifies whether the Filter Panel and any filter editing functionality or UI are available to edit a filter

  • When set to "true", the Filter Panel and the edit button on the Filter Summary are visible.
  • When set to "false", the Filter Panel and the edit button on the Filter Summary are hidden

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

Sample URL for enabling the Filter editing feature

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

Sample URL for explicitly disabling the Filter editing feature

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