Max_(A: String, B: String)
A. First compared string.
B. Second compared string.
It returns minimum of the two strings by means of characterwise comparison.
Comparison is case-sensitive.
The function returns Null if at least one of the parameters is equal to Null.
To get minimum of the two strings, use the Min_ function.
Formula | Result | Application |
= Max_("Apple", "Banana") | Banana |
Expressions can be used in model formulas of modeling container, in formulas of time series database calculated series, in formulas of the modeling container that is a child one for time series database in expression editor. |
= Max_("Apple", "apple") | apple |
See also: