Advanced filters
Every list supports combined filters with AND/OR and logical brackets.Available operators
| Field type | Operators |
|---|---|
| Text | contains, doesn’t contain, equals, different, empty, not empty |
| Number / Currency | =, ≠, <, ≤, >, ≥, between, empty |
| Date | is, before, after, between, last N days, next N days |
| Select | is, is not, in list, empty |
| Reference | is, is not, any, empty |
| Checkbox | yes, no |
| Formula | depends on output type |
AND/OR groups
(stage = Proposal OR stage = Negotiation) AND value > 20000 AND owner = me.
Filters on linked fields
Filter deals by a linked company attribute:- “Deals at Retail industry companies”:
deal.company.industry = Retail
. in the field picker.
Computed columns (formulas)
Add columns without creating a permanent attribute on the object.Formula examples
Available functions
Numeric:SUM, AVG, MIN, MAX, ROUND, ABS, POWER
Text: CONCAT, UPPER, LOWER, LEFT, RIGHT, LEN, REPLACE
Date: TODAY, NOW, DAYS_BETWEEN, START_OF_MONTH, END_OF_YEAR, DATE, YEAR, MONTH
Logic: IF, AND, OR, NOT, SWITCH
Aggregations: SUM, COUNT, AVG on linked records with WHERE clause
See Formula glossary for the full reference.
AI-assisted formula builder
Click Suggest with AI → describe in natural language (“I want a field that calculates days until deadline”). Arya generates the expression.Frequently asked questions
Are formulas recomputed in real time?
Are formulas recomputed in real time?
Yes, every time input fields change. For expensive formulas Arya can enable caching (recompute every N minutes).
Can I use formulas in filters?
Can I use formulas in filters?
Yes, every formula column is filterable and sortable like a normal field.
Are formulas visible outside the list?
Are formulas visible outside the list?
No, a list formula column exists only in that list. For workspace-wide, create it as a permanent attribute in Object settings.