Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the minimum value in a set.
Syntax
MIN(aggregate)
aggregate |
Specifies the field name or expression to aggregate. |
Remarks
- For text values, MIN finds the lowest value in the collating sequence defined in the underlying database.
- Null values are ignored.
Example
Formula | Result |
---|---|
MIN(Total Due) |
Returns the lowest value from a set of Total Due values. |
See Also
Concepts
Working with Formulas (Report Builder)
Using Functions (Report Builder)
Aggregate Functions (Report Builder)
Report Builder How-to Topics
Working with Literals in Formulas and Filters (Report Builder)
Formatting Data, Text, and Images (Report Builder)