Views:

Product: LABEL MATRIX 

Version: All Versions

 

Sub(data1, data2, …): This function subtracts data2 from data1.

Expression

Result

Sub(2, 1)

1

Sub(1, 2)

1

Sub([inven.qty], 1)

34

 (Note:  [inven.qty] represents a database field with a value of 35.)