MicroStrategy ONE

Apply Security Filter statement

Applies a security filter to a user within a project.

Copy
APPLY 
 SECURITY FILTER "security_filter_name" [FOLDER "location_path"] TO 
 ([USER] "login_name1" [, ... "login_nameN"] 
 | [USER] GROUP "user_group_name1"  [, ... "user_group_nameN"]) 
 FOR [PROJECT] "project_name";

where:

  • SECURITY FILTER "security_filter_name" is the name of the security filter to be applied to a user or user group in a project, of type string.

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

  • USER "login_name1..N" are the login names of the users to whom the security filter in a project is to be applied, of type string.

  • USER GROUP "user_group_name1..N" are the names of the user groups to which the security filter in a project is to be applied, of type string.

  • PROJECT "project_name" is the name of the project in which the security filter is to be applied to a user or user group, of type string.

Example

Copy
APPLY SECURITY 
 FILTER "SecFilter1" TO USER "jdoe" FOR PROJECT "MicroStrategy 
 Tutorial";