SysComputedColumn::min Method [AX 2012]

Creates a minimum aggregate expression.

Syntax

client server public static str min(str _expression)

Run On

ClientOrServer

Parameters

  • _expression
    Type: str
    A string value that contains the expression to be minimized.

Return Value

Type: str
A string expression that is formatted as a minimum expression.

See Also

Reference

SysComputedColumn Class