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

! (not)

Invalidates the truthiness of an evaluated expression.

Syntax

!expression

Sample usage

!department:engineering returns all records where department does not match engineering.

See also

  • > (greater-than)
  • = (equals)
  • != (not-equals)
Updated 01 Feb 2023
Did this page help you?
Yes
No
UP NEXT
> (greater-than)
Docs powered by archbee