website logo
Navigate through spaces
Carrot reference
⌘K
Carrot reference
Getting started with Carrot
Premade Carrot filters
Operator precedence
Expression truthiness
Carrot fields
Basic Org Information
Compensation
Job Changes
Permissions
Personal
Recruiting
Structure
Time off
Data types
Elements of Carrot expressions
Functions
Operators
Keywords
Aggregators
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 01 Feb 2023
Did this page help you?
Yes
No
UP NEXT
max{}
Docs powered by archbee