Min_(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 maximum of the two strings, use the Max_ function.
Formula | Result | Application |
= Min_("Apple", "Banana") | Apple |
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. |
= Min_("Apple", "apple") | Apple |
See also: