stringmin function

Description

Take an array as an argument and return the min as a string in that array.

You can provide values for the Date, Time, and Text fields. If the array is empty, it will return an empty string.

Large and small comparisons as strings are done with character code.

Usage Examples

The following example finds the min in the Date column of a table whose field code is “Table”.

= stringmin(Table.Date)

関連記事