MicroStrategy ONE
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";