MULTIPLY (*)

The following section describes the syntax and usage of the MULTIPLY (*) function in ActivityInfo.

Description

The MULTIPLY (*) function is used to multiply two numeric values together.

Syntax

value1 * value2

Argument Required Description
value1 Yes The first value you wish to multiply.

The value must be numeric.
value2 Yes The second value you wish to multiply with the first.

The value must be numeric.

Result

The mathematical result of multiplying value1 and value2.

Example

We will be using the MULTIPLY (*) function to calculate a value from two arguments.

Arguments

We will be using two Quantity Fields - "Value 1" (Code: VAL1) and "Value 2" (Code: VAL2).

Formula

VAL1 * VAL2

Results