Min

Return to: Calculated Member Builder Function List

Returns the minimum value of a numeric expression evaluated over a set.

Syntax

Min(«Set»[, «Numeric Expression»])

Example

Min({USA, CANADA, MEXICO}, Sales)

returns 1000 if the respective Sales of the countries are 1000, 2000, and 3000.