> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/clickup/views/intro-to-views/saving-filters.md).

# フィルターの保存

ビューフィルターを頻繁に使っていますか？フィルターを保存しておけば、ワンクリックで再利用できます。

### **フィルターの種類を表示** <a href="#gjdgxs" id="gjdgxs"></a>

フィルターには2つの種類があります。

**個人用フィルター**

これらのフィルターはあなただけに表示されます。ワークスペース内の他のユーザーには表示されません。

**ワークスペースフィルター**

これらのフィルターはワークスペース全体に表示され、利用できます。

ワークスペースフィルターは、ワークスペースの他のユーザーによって保存、編集、削除、または共有できます。

### **フィルターを保存する** <a href="#id-30j0zll" id="id-30j0zll"></a>

1. [List](https://help.clickup.com/hc/en-us/articles/6310260883351-List-view-overview)、[Board](https://help.clickup.com/hc/en-us/articles/6310080798615-Add-a-Board-view)、または[Calendarビュー](https://help.clickup.com/hc/en-us/articles/6310399909143-Add-a-Timeline-view-calendar)を開きます。
2. [フィルター](https://help.clickup.com/hc/en-us/articles/6310206119575-Filter-and-search-tasks-in-List-View)を適用します。
3. **［Templates］**&#x3092;クリックします。
4. **「MY FILTERS」**&#x307E;た&#x306F;**「WORKSPACE FILTERS」**&#x3092;選ん&#x3067;**［Save active filters］**&#x3092;クリックします。
5. 新しいフィルターを作成するか、既存のフィルターを置き換えます。

<img src="/files/JeN0kSzZaMHURjjAoAFU" alt="Image showcasing how to save a filter." width="563">

### **保存するフィルターに並べ替えを含める** <a href="#id-1fob9te" id="id-1fob9te"></a>

1. ビューを選択します。
2. [フィルター](https://help.clickup.com/hc/en-us/articles/6310206119575-Filter-and-search-tasks-in-List-View)を設定します。
   1. 列の[並べ替え](https://help.clickup.com/hc/en-us/articles/6310352825751-Sort-Tasks-in-List-View)も設定できます。
3. **「Save sorting」**&#x30C8;グルを切り替えることで、適用した[並べ替え](https://help.clickup.com/hc/en-us/articles/6310352825751-Sort-Tasks-in-List-View)を保存することもできます。

<img src="/files/WEtO5tltXST2cmsyHeGn" alt="An image showcasing how to save sorting in addition to your personal filter." width="563">

### **例：** <a href="#id-3znysh7" id="id-3znysh7"></a>

これは、各自の最重要タスクの管理用に最もよく使われるフィルターです。

* Name: My Important Tasks
* Assignee: Me
* Due Date: Overdue
* Priority: High

[「Favorites」](https://help.clickup.com/hc/en-us/articles/6308862167575-Favorites)もチェックしてみてください！Favoritesでは、並べ替え、フィルタリング、階層内の位置を保存できます。


---

# 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, and the optional `goal` query parameter:

```
GET https://manual.dxable.com/clickup/views/intro-to-views/saving-filters.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
