MicroStrategy ONE

Purge Statistics statement

Purges the statistics for a registered/loaded project in a MicroStrategy Intelligence Server.

Copy
PURGE STATISTICS FROM start_date TO end_date [TIMEOUT timeout_secs] IN PROJECT "project_name";

where:

  • start_date is the start date for the statistics to be purged, of type date (mm/dd/yyyy).

  • end_date is the end date for the statistics to be purged, of type date (mm/dd/yyyy).

  • TIMEOUT timeout_secs is the timeout in seconds for the purging process, of type integer.

  • PROJECT project_name is the project for which the statistics will be purged, of type string.

Example

Copy
PURGE STATISTICS 
 FROM 4/1/2002 TO 5/1/2002 IN PROJECT "MicroStrategy Tutorial";