> 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/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/report-management/save-reports.md).

# 保存报告

当您更改报告的任何视图设置时， **保存** 标题旁边会出现一个按钮。

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage]** → **报告**，然后找到您想查看的报告。
2. 在报告页面上，使用页面顶部的筛选器将视图设置修改为您想要的偏好。
3. 当您更改报告的任何视图设置时，请选择 **保存** 报告标题旁边出现的按钮。
4. 在 *保存视图* 对话框中填写设置。请参阅下方的 [*保存视图配置*](#save-view-configuration) 下方章节获取有关这些设置的帮助。
5. 选择 **保存** 以完成保存报告视图。

#### 保存视图配置

|           |                                                                                                              |
| --------- | ------------------------------------------------------------------------------------------------------------ |
| **名称**    | 输入此报告已保存视图的标题                                                                                                |
| **默认**    | ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[打开开关]** 如果您希望已保存视图仅对您成为此报告的默认视图，而不影响账户中的其他人，请选择此选项。 |
| **公开**    | ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[打开开关]** 如果您希望您品牌账户中的其他用户能够访问您的自定义报告，请选择此选项。         |
| **账户默认值** | 如果 *公开* 选中该选项后，此选项将变为可用，并会将您保存的报告视图设为所有用户的默认视图。                                                              |

#### 更新您的报告视图

* 当您更改已保存报告视图的任何视图设置时， **更新** 标题旁边会出现一个按钮。

#### 访问您已保存的报告

在 *已保存的报告* 在此屏幕上，您可以在列表中看到所有已保存的报告（以及其他用户共享的任何报告）。

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage]** → **报告 → 已保存**.
2. 要运行已保存的报告，请选择链接的 **报告标题** 在 *名称* 列。
3. 访问后，您可以选择 ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]** 报告标题旁边的按钮，查看您可以执行的操作。请参阅 *操作参考* 以下内容。

<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/zh/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.
