Variable filter syntax
hide
Filters on variables must be specified as
variableName OPERATOR value
where OPERATOR
may be any of
, {{ op }}
.
All variable filters are applied using the logical AND
.
Strings must be properly enclosed in ""
.
Samples: customerId = 1212
, name like "%Walter"
, checked = true