> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/multi-program-reports/report-management/save-reports.md).

# レポートを保存する

レポートの表示設定を変更すると、 **保存** ボタンがレポートのタイトルの横に表示されます。

1. 左側のナビゲーションメニューから ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **［Engage］** → **レポート**、次に表示したいレポートを見つけます。
2. レポート画面で、ページ上部のフィルターを使って表示設定を希望どおりに変更します。
3. レポートの表示設定を変更したら、 **保存** レポートのタイトルの横に表示されるボタンを選択します。
4. で *表示を保存* ダイアログボックスで設定を入力します。以下の [*表示の保存設定*](#save-view-configuration) セクションを参照してください。
5. 選択します **保存** レポートの表示の保存を完了します。

#### 表示の保存設定

|               |                                                                                                                                        |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| **名前**        | このレポートの保存済み表示のタイトルを入力してください                                                                                                            |
| **デフォルト**     | ![](/files/966a7b9c51811043ca7c1811ec6f6b9ef39fd26f) **\[オンに切り替え]** アカウント内の他のユーザーに影響を与えず、自分用のこのレポートの保存済み表示を既定の表示にしたい場合は、このオプションを選択します。 |
| **公開**        | ![](/files/966a7b9c51811043ca7c1811ec6f6b9ef39fd26f) **\[オンに切り替え]** ブランドのアカウント内の他のユーザーがあなたのカスタムレポートにアクセスできるようにしたい場合は、このオプションを選択します。    |
| **アカウントの既定値** | もし *公開* オプションが選択されると、このオプションが利用可能になり、保存したレポート表示がすべてのユーザーの既定になります。                                                                      |

#### レポートの表示を更新する

* 保存済みレポート表示の表示設定を変更すると、 **更新** ボタンがレポートのタイトルの横に表示されます。

#### 保存したレポートにアクセスする

次の *保存済みレポート* 画面では、保存したレポート（および他のユーザーから共有されたもの）を一覧で確認できます。

1. 左側のナビゲーションメニューから ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **［Engage］** → **レポート → 保存済み**.
2. 保存済みレポートを実行するには、リンクされた **レポートタイトル** で *名前* 列。
3. アクセスすると、 ![](/files/6f8314de4650eb50296a22f0905ff81ab67391cc) **\[ドロップダウンメニュー]** レポートのタイトルの横にある *操作リファレンス* に従って設定してください。

<details>

<summary>操作リファレンス</summary>

| アクション        | 説明                                                                                                                                                                                                                                                                   |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **クリア**      | このオプションを選択すると、カスタマイズを一時的に解除して、このレポートの既定の表示を再度確認できます。                                                                                                                                                                                                                 |
| **既定の表示に設定** | このオプションを選択すると、この表示をこのレポートの既定の表示に設定します。                                                                                                                                                                                                                               |
| **編集**       | <p>このオプションを使用して、レポートの保存済み表示を編集します。このオプションにアクセスできるのは、レポートを保存した本人のみです。</p><p>1. 選択 <strong>編集</strong>。以下の <em>表示を保存</em> ダイアログボックスで設定を入力します。以下の <a href="#save-view-configuration">表示の保存設定</a> 上のセクションで、これらの設定のヘルプを参照してください。</p><p>2. 完了したら、 <strong>保存</strong>.</p> |
| **削除**       | このオプションを選択すると、 **削除** このレポートの保存済み表示。                                                                                                                                                                                                                                 |
| **名前を付けて保存** | <p>このオプションを使用すると、カスタマイズしたレポートの複製を新しいタイトルで保存できます。これは、レポートの保存済み表示に大幅な変更を加えたあと、少しだけ変更を加えた別のものを保存したい場合に便利です。</p><p>1. 選択 <strong>名前を付けて保存</strong> そしてレポートのタイトルを変更します。</p><p>2. 選択 <strong>保存</strong>.</p>                                                              |

</details>


---

# 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://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/multi-program-reports/report-management/save-reports.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.
