MicroStrategy ONE

Get Notes statement

Displays all notes for the specified report or document.

Copy
GET 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 displayed
  • location is the location of the report
  • projectis the name of the project containing the report

Example

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

ResultSet Columns

NOTES: The notes associated with the report or document, returned as a string.