website logo
Navigate through spaces
ChartHop documentation
⌘K
ChartHop Help Center
Getting around in ChartHop
ChartHop for Employees
Implementing ChartHop
ChartHop for Administrators
Carrot reference
ChartHop for Developers
Partners
Release notes
Resources
Docs powered by
Archbee
website logo
Carrot reference
...
Elements of Carrot expressions
Aggregators

min{}

Returns the smallest value of a given expression. All non-numeric values are discarded.

Syntax

min{expression}

  • expression - the Carrot expression to be evaluated.

Sample usage

min{base} returns the lowest current value of base.

Updated 03 May 2023
Did this page help you?
PREVIOUS
mean{}
NEXT
sum{}
Docs powered by
Archbee
TABLE OF CONTENTS
Syntax
Sample usage
Docs powered by
Archbee