MicroStrategy ONE

Alter Feature Flags Statement

Modifies the feature flag status to turn on/off the feature.

ALTER FEATURE FLAG "<feature_flag>" (ON | OFF);

where

feature_flag is name of the feature you want to switch on/off.

Example

ALTER FEATURE FLAG "Messaging Service for Platform Analytics" ON;