Skip to content

Kommo Filters

This article describes the options for filtering Kommo data in LightLead reports.

Available Filters

Filtering Kommo data is supported by deal status, pipeline, creation date, closing date, responsible user, and custom field values. Filters are combined via AND/OR.

Filter Operators

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

Combining Filters

Filters can be combined using logical operators:

  • AND: all conditions must be true at the same time

  • OR: at least one condition must be true

Example of combining:

(Status = "In progress" AND Amount > 10000) OR (Status = "New" AND Creation date > 01.06.2026)

Filtering Specifics

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

  • Numeric fields: support arithmetic comparison operators

  • Dates: filtering is done in UTC, keep the time zone in mind

  • Custom fields: available in filters after discovery

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

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