MicroStrategy ONE

Clear Notes statement

Deletes all notes for the specified report or document.

Copy
CLEAR NOTES FOR (REPORT | DOCUMENT) "name" 
 IN FOLDER "location" FOR PROJECT "project_name";

where:

  • name is the name of the report for which notes are to be deleted
  • replacement_textis the new text of the notes for the report
  • location is the location of the report
  • projectis the name of the project containing the report

Example

Copy
CLEAR NOTES FOR REPORT "Revenue vs. Forecast" 
 IN FOLDER "Public Objects\Reports 
 FOR PROJECT MicroStrategy Tutorial;