Product: LABEL MATRIX
Version: All Versions
|
Neg(data): This function gives the negative value of data.
Expression |
Result |
Neg(5) |
-5 |
Neg(-5) |
5 |
Neg([inven.qty]) |
-35 |
(Note: [inven.qty] represents a database field with a value of 35.)
|