Min_

Syntax

Min_(A: String, B: String)

Parameters

A. First compared string.

B. Second compared string.

Description

It returns minimum of the two strings by means of characterwise comparison.

Comments

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.

Example

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:

Functions Available in Expression Editor │ Text Functions