> ## Documentation Index
> Fetch the complete documentation index at: https://docs.saletides.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Filters & Date Ranges

> How to use filters and date ranges to slice your order data in SaleTides.

## Date ranges

Every analytics page in SaleTides has a **date range picker** in the top right corner. The date range you select applies to all metrics, charts, and lists on that page.

### Built-in ranges

| Range        | Description                          |
| ------------ | ------------------------------------ |
| Today        | Current calendar day                 |
| Yesterday    | Previous calendar day                |
| Last 7 days  | Rolling 7-day window ending today    |
| Last 30 days | Rolling 30-day window ending today   |
| This month   | From the 1st of the current month    |
| Last month   | Full previous calendar month         |
| Last 90 days | Rolling 90-day window                |
| This year    | From January 1st of the current year |
| Last year    | Full previous calendar year          |
| All time     | Your entire order history            |

### Custom date range

Select **Custom** to pick any specific start and end date. Dates are shown in your configured timezone (see [Localization settings](/settings/localization)).

## Order filters

The filter panel on the Orders page lets you narrow your data by multiple criteria simultaneously.

### Order status

Filter to specific WooCommerce order statuses:

* **Completed** — fully paid and fulfilled orders
* **Processing** — paid but not yet fulfilled
* **On Hold** — awaiting payment confirmation
* **Pending** — awaiting payment
* **Cancelled** — cancelled before fulfillment
* **Refunded** — fully refunded orders
* **Failed** — failed payment attempts

<Tip>
  Most revenue analytics default to **Completed** and **Processing** orders only. Adjust the status filter if your workflow uses different statuses.
</Tip>

### Payment method

Filter to orders paid with a specific payment method (Stripe, PayPal, bank transfer, etc.). The available values come from your actual WooCommerce payment data.

### Country

Filter to orders from a specific billing country. Useful for regional performance analysis.

### Product

Filter to orders that contain a specific product. Start typing a product name to search.

### Custom segment

Apply any saved [Custom Segment](/advanced/segments/overview) to filter orders by a complex combination of criteria. For example, a segment for "high-value repeat customers from the UK."

## Combining filters

All filters work together. For example, you can filter to:

* **Completed** orders
* In the **Last 30 days**
* From **United States**
* Containing **Product X**

This gives you exact results for that combination.

## Clearing filters

Click **Reset Filters** or remove individual filters by clicking their × to go back to the unfiltered view.

## Segments vs. filters

|                 | Filters                | Segments                     |
| --------------- | ---------------------- | ---------------------------- |
| **Scope**       | One-time, on this page | Saved, reusable across pages |
| **Complexity**  | Simple attribute picks | Multi-condition logic        |
| **Persistence** | Resets on page load    | Saved to your account        |

Use filters for quick one-off analysis. Use [Segments](/advanced/segments/creating-a-segment) when you want a reusable filter you'll apply regularly.
