Maths functions

MUL – Multiply two values

177 views June 1, 2018 admin 0

Overview

This Custom Field simply multiplies one number by another.

Syntax

MUL(Number 1, Number 2)

 

Element Description
Number 1 The number to be divided.
Number 2 The number to divide by.

Example

MUL(FIELDVAL(‘Price’),12)

Price MUL(FIELDVAL(Price),12)
5.00 60.00
10.00 120.00
12.00 144.00

See also

MAX

MIN

AVG

MOD

DIV

Was this helpful?