MicroStrategy ONE

Remove Attribute Form Expression statement

Removes an expression from a specific form in a given attribute within a project.

Copy
REMOVEATTRIBUTEFORMEXPexpressionFROM ATTRIBUTEFORMform_nameFOR ATTRIBUTEattribute_nameIN [FOLDER]location_pathFROM PROJECTproject_name;

where:

  • expression is the expression to be removed from the form, of type string, between double quotes (").

  • form_name is the name of the form from which the expression is to be removed, of type string, between double quotes (").

  • attribute_name is the name of the attribute from which a form is to be removed, of type string, between double quotes (").

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

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

This statement can only be executed in a Windows environment.

Example

Copy
REMOVE ATTRIBUTEFORMEXP "ORDER_DATE" FROM 
 ATTRIBUTEFORM "ID" FOR ATTRIBUTE "Day" IN FOLDER "\Schema 
 Objects\Attributes" FROM PROJECT "MicroStrategy Tutorial";