MicroStrategy ONE

Append Note statement

Appends a new note to the notes in the specified report or document. This note automatically includes the user name and timestamp.

Copy
APPEND NOTE TO (REPORT | DOCUMENT) "name" 
 TEXT "note_to_append" IN FOLDER "location" FOR PROJECT "project_name";

where:

  • name is the name of the report for which notes are to be replaced

  • note_to_appendis the text of the note for the report

  • location is the location of the report

  • projectis the name of the project containing the report

Example

Copy
APPEND NOTE TO REPORT "Revenue vs. Forecast" 
 TEXT "New version of report for testing" IN FOLDER "Public 
 Objects\Reports" FOR PROJECT "MicroStrategy Tutorial";