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:

  1. Open or create a script.

  2. Click where you want to add a comment.

  3. 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