WHERE
Syntax fragment: WHERE <condition>
Description
WHERE restricts the historical examples used as prediction context. It does not replace the entity selection in FOR or the request’s indices field.
Temporal context filter
The target looks 30 days forward; the filter requires activity during the preceding 90 days.
Static filter
Current KumoRFM static filters are limited to columns on the same table. Filters that join to a connected table are part of broader PQL grammar but are not supported by the current KumoRFM validator.
Inline aggregation filter
Use an inline WHERE to restrict rows counted by an aggregation:
Boolean operators
Combine type-compatible conditions with AND, OR, and NOT. Add conditions incrementally so a validation error can be traced to a single clause.
See Filters and Operators for request-level examples.