Strategy One

Mainstream support for legacy tools such as Developer, Command Manager, and Object Manager is set to end December 2026. Strategy suggests that you upgrade to Workstation to maintain continuity and utilize modern capabilities. For more information on functional parity between these tools and Workstation, see the Workstation vs Legacy Tools Feature Parity dashboard.

Alter Platform Analytics Statistics Statement

Modifies the Platform Analytics statistics properties for registered or loaded projects in a MicroStrategy Intelligence Server.

Copy
ALTER PASTATISTICS (BASICSTATS (ENABLED | DISABLED) [DETAILEDREPJOBS (TRUE | FALSE)] [DETAILEDDOCJOBS (TRUE | FALSE)] [JOBSQL (TRUE | FALSE)] [COLUMNSTABLES (TRUE | FALSE)] [MOBILECLIENTS (TRUE|FALSE) [MOBILEMANIPULATION (TRUE|FALSE)] [MOBILECLIENTLOCATION (TRUE|FALSE)]]) IN PROJECT "<PROJECT_NAME>";

Where:

PROJECT project_name is the project for which the Platform Analytics statistics properties will be modified, of type string.

Example

Copy
ALTER PASTATISTICS BASICSTATS ENABLED DETAILEDREPJOBS TRUE DETAILEDDOCJOBS TRUE JOBSQL TRUE COLUMNSTABLES TRUE IN PROJECT "MicroStrategy Tutorial";