MicroStrategy ONE

Apply Web Preferences statement

Apply changes to MicroStrategy Web preferences.

Copy
APPLY WEBPREFERENCES (DEFAULTVALUES 
 | NAME "name1" 
 (DEFAULTVALUE | VALUE "value1") [, ... "nameN" 
 (DEFAULTVALUE | VALUE "valueN")]]) [FOR (USER "username" 
 | CURRENTUSER)] TO (ALLPROJECTS | PROJECT "project_name");

where:

  • DEFAULTVALUES applies the default values for all Web preferences.
  • NAME "name1..N" are Web preference names to be modified, of type string.

  • DEFAULTVALUE applies the default value for the specified Web preference.

  • VALUE "value1..N" are the new values for the specified Web preferences, of type string.

  • USER "username" is the user for whom Web preferences are to be modified, of type string.

  • CURRENTUSER modifies Web preferences for the current user.

  • ALLPROJECTS modifies Web preferences for all projects.

  • PROJECT "project_name" is the name of the project for which Web preferences are to be modified, of type string.

Example

Copy
APPLY WEBPREFERENCES DEFAULTVALUES FOR USER 
 "JeanSmith2" TO ALLPROJECTS;