Scalar FunctionsSeries Functions
series_max
Returns the maximum value in a numeric series, ignoring null values.
Syntax
series_max(series)Parameters
Prop
Type
Returns: real
Examples
Example 1
print series_max(dynamic([500, 7000, 1200, 300, 4000]))| print_0 (real) |
|---|
| 7000.0 |