MicroStrategy ONE

Delete Security Filter statement

Deletes a security filter.

Copy
DELETE SECURITY FILTER "security_filter_name" 
 [FOLDER "location_path"] FROM PROJECT "project_name";

where:

  • SECURITY FILTER "security_filter_name" is the name of the security filter to be deleted, of type string.

  • FOLDER "location_path" is the folder where the security filter is located in the project, of type string.

  • PROJECT "project_name" is the name of the project in which the security filter to be deleted resides, of type string.

Example

Copy
DELETE SECURITY 
 FILTER "SecFilter1" FROM PROJECT "MicroStrategy Tutorial";