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