> For the complete documentation index, see [llms.txt](https://guide.smarttask.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.smarttask.io/fundamentals/reporting/dashboards/filtered-views.md).

# Filtered Views

{% embed url="<https://www.loom.com/share/36388fdf880a48f89309bf0d2e4e575c?sid=26ea6a4b-fd57-413f-a062-7c990a8c2343>" %}

**Steps to create and save advanced task filters:**

1. Open the Search dropdown from the navbar
2. Click on the **‘Advanced Search’** or filter icon.
3. In the Advanced Task Search window:
   * Filter by fields like:
     * **Archived (Yes/No/Any)**
     * **Name, Description**
     * **Record Sub Type**
     * **Files Attached**
     * **Assigned to / Created by / In Projects**
     * **Status (Incomplete/Complete/Any)**
     * **Overdue (Yes/No/Any)**
     * **Completion Date**
4. Click **+ Add Filter** to include custom fields:
   * **Priority**
   * **Followers**
   * **Groups**
   * **Estimated/Actual Time**
   * **Is Subtask**
   * And more.
5. Once your desired filters are applied, click Search.
6. The filtered view can be saved, for quick future access.
7. The filtered task list can be exported into a CSV format for external reporting.
8. The filtered view remains dynamic — any updates made to tasks in SmartTask will automatically reflect in the filtered view in real time.

**Pro Tip:** You can create saved views like:

* **Overdue Tasks This Week**
* **Tasks by Assignee**
* **Tasks I created**
* **Tasks Worked on Today**
* **Tasks with Logged Time**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.smarttask.io/fundamentals/reporting/dashboards/filtered-views.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
