Adding Comments to MaxL and MDX Scripts
You can use C-style comments to annotate MaxL scripts and MDX scripts. Essbase Server ignores the comments when it executes the script.
To add a comment to a MaxL script or an MDX script:
Open or create a script.
Click where you want to add a comment.
Start the comment with /* and end the comment with */. Enter the text of the comment in between. For example:
/*
This is a MaxL script comment that spans two lines. */
Comments are color-coded in MaxL Script Editor and MDX Script Editor.
Related Information