> 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/2020
2020,三月,3/1/2020
2020,四月,4/5/2020
2020,五月,5/3/2020
2020,六月,5/31/2020
2020,七月,7/5/2020
2020,八月,8/2/2020
2020,九月,8/30/2020
2020,十月,10/4/2020
2020,十一月,11/1/2020
2020,十二月,11/29/2020
2021,一月,1/3/2021
2021,二月,1/31/2021
2021,三月,2/28/2021
2021,四月,4/4/2021
2021,五月,5/2/2021
2021,六月,5/30/2021
2021,七月,7/4/2021
2021,八月,8/1/2021
2021,九月,8/29/2021
2021,十月,10/3/2021
2021,十一月,10/31/2021
2021,十二月,11/28/2021
2022,一月,1/2/2022
2022,二月,1/30/2022
2022,三月,2/27/2022
2022,四月,4/3/2022
2022,五月,5/1/2022
2022,六月,5/29/2022
2022,七月,7/3/2022
2022,八月,7/31/2022
2022,九月,8/28/2022
2022,十月,10/2/2022
2022,十一月,10/30/2022
2022,十二月,11/27/2022
2023,一月,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.
