MicroStrategy ONE
Replace Notes statement
Replaces all notes for the specified report or document with the specified text.
Copy
REPLACE NOTES FOR (REPORT | DOCUMENT) "name"
WITH TEXT "replacement_text" IN FOLDER "location" FOR PROJECT "project_name";
where:
-
name is the name of the report for which notes are to be replaced
-
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
REPLACE NOTES FOR REPORT "Revenue vs. Forecast WITH TEXT New version of report
for testing IN FOLDER Public