Expression statements (PEL)

A PerformancePoint Expression Language (PEL) statement that evaluates a specified expression.

Expression;

Elements

  • Expression
    A valid PEL expression.

Remarks

The supported form of the expression depends on the rule type of the rule in which the statement occurs.

The following table describes the restrictions that PEL places on expressions for different rule types.

Rule Type Expression Restrictions

Assignment

Contains an assignment of some form.

Consolidation

Contains a compound assignment.

Currency

Contains a compound assignment.

Definition

Contains a definition.

Outbound

Must be of type CURRENTTUPLE.

Query

Must return a value of type Number.

Reconciliation

Not permitted

Validation

Must return a value of type Boolean.

Variable

Contains an assignment of some form.

See Also

Reference

PEL statements