Share via


Min (PEL)

This function calculates the minimum value of a numeric expression that is evaluated over a scope.

Min(
        Scope_Expression

Parameters

  • Scope_Expression
    A valid PerformancePoint Expression Language (PEL) expression that returns a scope.
  • Numeric_Expression
    A valid numeric expression that is typically a PEL expression of cell coordinates that return a number.

Return Value

If a numeric expression is specified, the function evaluates the specified numeric expression across the scope. The function then returns the minimum value from that evaluation.

If a numeric expression is not specified, the function evaluates the specified scope in the current context of the members of the scope. The function then returns the minimum value from that evaluation.

Remarks

When this function is used with a single argument, the PEL compiler can always generate SQL code. When the function is used with two arguments, the compiler cannot generate SQL code.

See Also

Reference

SQL generation for PEL functions

Other Resources

PEL reference