INTEGER MAX
Description
This algorithm assesses the value of all the raw data for the associated data point and chooses the greatest integer value.
Config Location
Config is provided within consolidationAlgorithm element, within the dataPoint element in a schema.
Supported Data Types
- Integer
Config Requirements
Config (
Config Example
1 2 3 |
|
Example Result
- the sourced values of data point "QUANTITY" are: 12, 11, 45, 1
- the algorithm will select the greatest sourced value: 45
Config Parameters
not applicable
Common Mistakes
not applicable