> 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/set-a-customized-reporting-calendar.md).

# 设置自定义报告日历

如果你的报告周期在周周期时不是从周一开始、在月周期时不是每月 1 日开始，或在年周期时不是从 1 月开始，你应设置自定义报告日历。这样做不会影响你的 [计划报表](/brand/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/report-management/schedule-reports.md).

#### 设置自定义报告日历

1. 从顶部导航栏中，选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
2. 左侧，在……下方 *工具*下，选择 **自定义报告日历**.
3. 可选地，使用 **选择自定义周的开始日** ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]** 来设置你的报告周开始日。
4. 在 *上传你的日历文件*下，选择 **选择文件**，然后以 .CSV 或 .XLSX 格式上传你的日历文件。
   * 请参阅 *文件要求* 请查看下方部分，了解你的文件必须包含哪些内容。
5. 选择 **下一步**.
6. 确认你的自定义日历已正确处理，然后选择 **保存**.
   * 如果你的日历文件存在兼容性问题，你需要先修正文件，然后再保存。
7. 上传后，返回到 *自定义报告日历* 页面中。

   * 可选地，你还可以 **下载** 你上传的文件， **删除** 你的自定义日历，或 **更换** 随时删除日历文件。

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p><strong>重要：</strong> 一旦你的自定义日历的最后一个月过去，自定义报表将默认切换为标准日历周期和报告节奏。为保持与你偏好的报告计划一致，请务必定期上传更新的自定义日历文件。</p></div>

#### 文件要求

你的 .CSV 文件必须包含：

* 该 *年份*, *月份*，以及 *开始日期* 为你的报告日历的每个月分别设置列。选择 **显示/隐藏文件格式详情** 以了解更多信息。
* 至少连续 13 个月的自定义报告日历日期。例如，最少上传应为 13 行，涵盖从 2022 年 1 月到 2023 年 1 月的自定义日期。
* 13、24、36 或 48 个月等，从 24 个月起按 12 个月的倍数递增。
* 如果你计划使用预测性报告或比较两个不同时间段的数据，则需要提供未来的自定义报告日历日期。
* 如果你想查看与自定义报告日历一致的历史绩效数据和趋势，必须包含历史期间的自定义日历数据。

<details>

<summary>示例 .CSV 文件</summary>

```programlisting
年份,月份,开始日期
2020,2月,2/2/2020
2020,3月,3/1/2020
2020,4月,4/5/2020
2020,5月,5/3/2020
2020,6月,5/31/2020
2020,7月,7/5/2020
2020,8月,8/2/2020
2020,9月,8/30/2020
2020,10月,10/4/2020
2020,11月,11/1/2020
2020,12月,11/29/2020
2021,1月,1/3/2021
2021,2月,1/31/2021
2021,3月,2/28/2021
2021,4月,4/4/2021
2021,5月,5/2/2021
2021,6月,5/30/2021
2021,7月,7/4/2021
2021,8月,8/1/2021
2021,9月,8/29/2021
2021,10月,10/3/2021
2021,11月,10/31/2021
2021,12月,11/28/2021
2022,1月,1/2/2022
2022,2月,1/30/2022
2022,3月,2/27/2022
2022,4月,4/3/2022
2022,5月,5/1/2022
2022,6月,5/29/2022
2022,7月,7/3/2022
2022,8月,7/31/2022
2022,9月,8/28/2022
2022,10月,10/2/2022
2022,11月,10/30/2022
2022,12月,11/27/2022
2023,1月,1/1/2023
```

</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/set-a-customized-reporting-calendar.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.
