MicroStrategy ONE

Alter Folder statement

Modifies the properties for a folder.

Copy
ALTER FOLDERfolder_nameINlocation_path[NAMEnew_folder_name] [DESCRIPTIONnew_description][LONGDESCRIPTIONlong_description][HIDDEN (TRUE 
 | FALSE)] [LOCATIONnew_location_path] FOR PROJECTproject_name;

where:

  • folder_name is the name of the folder to be modified, of type string, between double quotes (" ").

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

  • new_folder_name is the new name of the folder, of type string, between double quotes (" ").

  • new_description is the new description of the folder, of type string, between double quotes (" ").

  • long_description is the new long description of the folder, of type string, between double quotes (").

  • new_location_path is the new folder path where the folder is to be moved, of type string, between double quotes (" ").

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

Example

Copy
ALTER FOLDER "New Reports" IN "\Public 
 Objects" NAME "Sales Reports" FOR PROJECT "MicroStrategy 
 Tutorial";