SysComputedColumn::sum Method [AX 2012]

Creates a sum aggregate expression.

Syntax

client server public static str sum(str _expression)

Run On

ClientOrServer

Parameters

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

Return Value

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

See Also

Reference

SysComputedColumn Class