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