Adding Comments to Scripts
To annotate calculation and report scripts, you can include comments. When Essbase executes scripts, it ignores comments.
|
Note:
|
In the editor window, only the first comment row is color-coded.
|
To add comments to calculation or report scripts:
-
Open or create a script.
-
In the script, click where you want to add a comment.
-
Enclose the comment with /* ... */; for example: /* This is a comment. */
In report scripts, you can add comments by starting each line with //.
Comments are displayed in green in Calculation Script Editor and Report Script Editor.
Related Information