Documentation
Data Filtering
Filters consist of conditions and rules for applying these conditions.
In each condition row, three values are selected:
  • Value source (e.g., column)
  • Comparison operator
  • Comparison value
Column = Value
Column2 != Value
Number column > 1234
If multiple conditions are specified for the same value source, the condition will be satisfied if it matches any of the options.
Column = Value
Column = Value 2
Formulas
When filtering data in a table, you can use mathematical formulas with system variables.
For example, filtering data for the last 30 days:
Date Col >= fromNow(-30, Day(interval))
Read about system variables and operations in expressions.

📌 Next step: Flows →