MicroStrategy ONE

Add

Returns the addition of two or more values. The Add function differs from the Sum function, which returns the addition of values in a single value list. The Add function can take multiple metrics as input and add the corresponding values of the metrics.

You can also construct these types of metrics using the plus operator rather than the Add function.

Syntax

Add(Argument1, Argument2, Argument3,…, ArgumentN)

Where

The arguments must be metrics or constants.

For additional information on and an example of this function, refer to the Functions Reference.