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

count{}

Counts the number of times a given expression evaluates to a truthy value. All non-truthy values, such as null, empty string, 0, or false are discarded.

Syntax

count{expression}

  • expression - the Carrot expression to be evaluated.

Sample usage

count{is:open} returns the total number of job records that are open.

count{department:engineering} returns the total number of jobs in the engineering department.

Updated 03 May 2023
Did this page help you?
Yes
No
PREVIOUS
Aggregators
NEXT
max{}
Docs powered by archbee 
TABLE OF CONTENTS
Syntax
Sample usage