Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Use Search Operators to Filter and Analyze
description: Learn how to use search operators, filters, and grouping to find, organize, and analyze expenses, chats, reports, and tasks in Expensify.
keywords: [New Expensify, search operators, advanced filters, search rules, expense search, report search, chat filters, advanced search, group-by, view, chart, search syntax, bank account filter]
keywords: [New Expensify, search operators, advanced filters, search rules, expense search, report search, chat filters, advanced search, group-by, view, chart, search syntax, bank account filter, custom field, international reimbursement IDs]
internalScope: Audience is all Expensify members. Covers search operator syntax for filtering, grouping, and chart views. Does not cover saved search management or Search page UI navigation.
---

Expand Down Expand Up @@ -98,6 +98,9 @@ You can use the following operators to filter reports:
- `withdrawal-type:` – reimbursement, expensify-card, or central-travel-invoicing
- `paid-status:` – how the report was paid: `markedAsPaid`, `withdrawing`, or `confirmed`. Combine multiple values with commas, e.g. `paid-status:markedAsPaid,confirmed`
- `action:` – blocking report action, e.g. `action:approve`
- `submitter-user-id:` – Custom field 1 value on the report
- `submitter-payroll-id:` – Custom field 2 value on the report
- `order-deal-numbers:` – International reimbursement IDs on the report

**Example query:**
`status:paid exported<=2026-01-01 exported-to:xero`
Expand Down
Loading