Max
Syntax (1)
Max(Expression1, Expression2, ... ExpressionN)
Description
Returns the maximum value of the list of parameters. Accepts up to 6 parameters.
Example
Max(3,4,5) = 5
Syntax (2)
Max(Year1, Value1, Year2, Value2,... YearN, ValueN) or
Max(ExcelFilename, ExcelRangeName)
Max(Branch:Variable)
See also: Using Time-Series Functions.
Summary
Calculates the maximum of the values in a time-series expression.