TRIGGER-NAME

The TRIGGER-NAME terminal in the MaxL language represents the name of the trigger device created to track and respond to Essbase database updates.

Trigger names must be triple names, specifying application name, database name, and trigger name (if you rename the application or database, the trigger is invalidated). Trigger names are case-insensitive, are a maximum of 30 bytes, and cannot contain special characters.

Syntax

name1.name2.name3
  • name1—Application name.

  • name2—Database name.

  • name3—The name of the trigger.

Type

name (see MaxL Syntax Notes)

Example

Sample.Basic.MyTrigger