MicroStrategy ONE

Delete Filter statement

Deletes a filter from the specified project.

Copy
DELETE FILTERfilter_nameIN [FOLDER]location_pathFROM PROJECTproject_name;

where:

  • filter_name is the name of the filter to be deleted, of type string, between double quotes (" ").

  • location_path is the folder path where the filter is located, of type string, between double quotes (" ").

  • project_name is the name of the project that contains the filter, of type string, between double quotes (" ").

This statement can only be executed in a Windows environment.

Example

Copy
DELETE 
 FILTER "East Region" IN FOLDER "\Public Objects\Filters 
 FROM PROJECT MicroStrategy Tutorial;