Skip Ribbon Commands
Skip to main content
SharePoint

Math Functions

The most common math functions are provided in the table below. In addition the description, syntax, arguments, and an example have all been provided.
 
Function       Name  
Description                        
Syntax                                                        
Arguments                                                
Example                                             
Largest
Returns the largest value in a list of values.
  
Note: Largest will more than likely need to be used with the Instr function to get a solution to validate successfully.
Largest(value1, value2, ...)
valueX: a value
Largest(1,2,3,4,5) resolves to 5
  
Related Topics
Date Functions
Comparison Functions
String Functions
Bluespring-Specific Functions

Source
BPM Designer Topics > Common Expression Functions
Last modified at 7/31/2020 11:43 AM