> 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/1cbb667ec4878308f24ec4acd13cbf03ede0bdfe) **\[用户资料] → 设置**.
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:

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

The question should be specific, self-contained, and written in natural language.
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.
