Views:

Product: LABEL MATRIX

Version: All Versions

 

Add(data1, data2, …): This function adds all of the data arguments, processing from left to right. 

Expression

Result

Add(1, 2)

3

Add(1, 2, 3)

6

Add(1, [inven.qty])

36

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