MicroStrategy ONE

Remove Object from Report statement

Removes an attribute, metric, filter, custom group, or consolidation from a report in a project.

Copy
REMOVE (ATTRIBUTE | METRIC | FILTER | CUSTOMGROUP | CONSOLIDATION )object_nameFROM (VIEWREPORT | REPORTOBJECT)report_nameIN FOLDERlocation_pathFOR PROJECTproject_name;

where:

  • object_name is the name of the object to be removed from the report, of type string, between double quotes (").

  • report_name is the name of the report, of type string, between double quotes (").

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

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

Example

Copy
REMOVE METRIC "Revenue" FROM REPORTOBJECT "Regional Revenue" IN FOLDER "\Public Objects" FOR PROJECT "MicroStrategy Tutorial";