> 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/finance-reports/other-costs-report.md).

# 其他成本报告

“其他成本”报表概览了与合作伙伴相关的所有成本，但不包括合作伙伴付款，例如补偿性付款或绩效奖金。您可以按以下条件筛选其他成本： *合作伙伴*，则 *类型* 所涉及的成本类型等。

#### 访问该报告

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 报告 → 更多报告**.
   * 设置 *类别* 使用搜索栏旁边的筛选器来 *表现* 并向下滚动，直到找到 *其他成本*。或者，在搜索栏中搜索该报表，即可轻松找到它。
2. 在 *其他成本* 报表标题，您可以筛选要查看的数据。选择 ![](/files/34cdd2217d627a308c301c2567d5dfe7d669a2cc) **\[搜索]** 以根据您设置的筛选条件查看报表。
   * 请参阅 *筛选参考* 以了解更多信息。
   * 你可以 ![](/files/f2cd40135c73f6a887b0e5ddd3eb322ff64f8eda) [固定](/brand/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/report-management/pin-a-report.md), ![](/files/a227f44980d3830df1b0c6048ed803cc578f06b8) [安排](/brand/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/report-management/schedule-reports.md)，以及 ![](/files/36f8f38d9db0794ea02128e6788ef17fca46bd12) [下载](/brand/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/report-management/download-a-report.md) 使用屏幕右上角的按钮导出报告。
3. 使用 ![](/files/68a24e11d342b9e43ce1c95ec070f7c75aa9d5b6) **\[列]** 图标可在报告右上角添加或删除报告表中的列。

   * 请参阅 *报告列参考* 以下内容，以了解报告中显示的数据的更多信息。

   <div data-with-frame="true"><figure><img src="/files/9e3ec89556d37c415d3ed584797884eb9c0bc0ed" alt="" width="563"><figcaption></figcaption></figure></div>

<details>

<summary>筛选参考</summary>

| 筛选器      | 描述                                                 |
| -------- | -------------------------------------------------- |
| 日期范围     | 按指定日期范围筛选成本。                                       |
| 网络       | 按您想查看应付事件的数据来源进行筛选，例如： *通过 Impact 直接*, *全部*, *未知*. |
| 动作状态     | 按特定状态的操作进行筛选，例如： *已批准*, *待处理*, *已撤销*.              |
| 已删除的 PFT | 按报表是否显示已删除的合作伙伴资金转移（PFT）进行筛选。                      |
| 合作伙伴     | 按您想查看应付事件的合作伙伴名称进行筛选。                              |
| 类型       | 按不同类型的成本进行筛选，例如： *绩效奖金*, *最低 EPC*.                 |

从可选项中向报表添加列。选择后，这些列将添加到表格中 ![](/files/34cdd2217d627a308c301c2567d5dfe7d669a2cc) **\[搜索]**.

**显示筛选器**

| 列       | 描述                                                                                                                                                                |
| ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 合作伙伴 ID | 显示与该成本相关联的合作伙伴唯一标识符。                                                                                                                                              |
| 工资单 ID  | 显示付款单的唯一标识符。                                                                                                                                                      |
| 文本 1—3  | 显示您在执行以下操作时上传的任何文本字符串值： [合作伙伴资金转账](/brand/zh/what-would-you-like-to-learn-about/platform-features/finance/partner-funds-transfer/transfer-funds-to-a-partner.md). |

</details>

<details>

<summary>报告列参考</summary>

| 列    | 描述                             |
| ---- | ------------------------------ |
| 日期   | 记录该成本的日期。                      |
| 合作伙伴 | 与该成本相关联的合作伙伴名称。                |
| 类型   | 所涉及的成本类型，例如： *绩效奖金*, *最低 EPC*. |
| 金额   | 应付成本的金额。                       |

</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/finance-reports/other-costs-report.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.
