MicroStrategy ONE

Remove Attribute Form statement

Removes a form from an attribute within a project.

Copy
REMOVE ATTRIBUTEFORM form_name FROM ATTRIBUTE attribute_name IN [FOLDER] location_path FROM PROJECT project_name;

where:

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

  • attribute_name is the name of the attribute from which the 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 ATTRIBUTEFORM "Last Name" FROM ATTRIBUTE "Customer" IN FOLDER "\Schema Objects\Attributes" FROM PROJECT "MicroStrategy Tutorial";