Skip to content

Bitrix24 Filters

This article describes the data filtering capabilities for Bitrix24 in LightLead reports.

Available Filters

Filtering Bitrix24 data: by deal status, stage, pipeline, creation date, closing date, and owner. Filters on UTM tags (utm_source, utm_medium, etc.) and custom field values are also supported.

Filter Operators

OperatorDescriptionExample
equalsExact matchStatus = "Closed"
not_equalsNot equalStatus != "Cancelled"
containsContains 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 specified
is_not_emptyNot emptyPhone is specified

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 Notes

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

  • Numeric fields: support arithmetic comparison operators

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

  • Custom fields: available in filters after discovery

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

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