Product: LABEL MATRIX
Version: All Versions
|
Mult(data1, data2, …): This function multiplies all of the data arguments.
Expression | Result |
Mult(2, 3) | 6 |
Mult(2, 3, 4) | 24 |
Mult([inven.qty], 2) | 70 |
(Note: [inven.qty] represents a database field with a value of 35.)
|