|   Minimum-of - Function SummarySummary:Finds the smallest value in a series Usage:minimum-of series Arguments:series - Series to search (must be: series) Refinements:/skip - Treat the series as records of fixed size size - The size argument. (must be: integer) /case - Perform case-sensitive comparisons Description:Return the series at the position of its minimum value. 
 
 Related:max  - Returns the greater of the two values. 
 | ||||
| 
 | ||||