MicroStrategy ONE
Multiply
Returns the product of two or more values. The Multiply function differs from the Product function, which returns the product of values in a single value list. The Multiply function can take multiple metrics as input and multiply the corresponding values of the metrics.
You can also construct these types of metrics using the times operator rather than the Multiply function.
Syntax
Multiply(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.