Skip to content

HighLevel filters

This article describes filtering capabilities for HighLevel data in LightLead reports.

Available filters

HighLevel filtering: by status, pipeline, stage, creation date, update date, assigned user, custom field values. Filters are applied within the specified location_id.

Filter operators

OperatorDescriptionExample
equalsExact matchStatus = "Closed"
not_equalsNot equalStatus != "Cancelled"
containsContains substringName contains "Project"
not_containsDoes not containName does not contain "Test"
inIn listStatus in (New, In progress)
not_inNot in listStatus not in (Cancelled, Duplicate)
gt / gteGreater than / greater than or equalAmount > 10000
lt / lteLess than / less than or equalAmount < 5000
betweenIn rangeDate between 01.01 and 31.01
is_emptyEmpty valueManager not specified
is_not_emptyNot emptyPhone specified

Combining filters

Filters can be combined using logical operators:

  • AND: all conditions must be true simultaneously

  • OR: at least one condition must be true

Combination example:

(Status = "In progress" AND Amount > 10000) OR (Status = "New" AND Created date > 06/01/2026)

Filtering specifics

  • Text fields: filtering is case-sensitive for exact match, case-insensitive for contains

  • Number fields: support arithmetic comparison operators

  • Dates: filtering is in UTC, account for time zone

  • Custom fields: available in filters after discovery

  • Enum (select): filtering by the system value, not the display name

Maintained by the LightLead Documentation Team · Last verified: 2026-07-25