> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/smartsheet/reports/report-builder.md).

# レポートビルダー

- [行レポートを作成する](https://manual.dxable.com/smartsheet/reports/report-builder/build-a-row-report-with-report-builder.md): Smartsheetマニュアル｜Smartsheetのレポートビルダーを使用して、複数のシートのデータを単一のフィルター可能な行レポートに統合する方法を説明します。
- [レポート内のソースシートを操作する](https://manual.dxable.com/smartsheet/reports/report-builder/select-source-sheets-for-report-builder.md): Smartsheetマニュアル｜さまざまなユーザー権限と最適化のヒントを使用して、Smartsheetレポートを作成するためのソースシートを選択および管理する方法を説明します。
- [レポートに含まれる列を選択する](https://manual.dxable.com/smartsheet/reports/report-builder/select-columns-to-display-for-report-builder.md): Smartsheetマニュアル｜データを効果的に統合して表示するために、Smartsheetレポートの列を選択および管理する方法を説明します。
- [レポートビルダーでデータを制御するためのフィルター条件を作成する](https://manual.dxable.com/smartsheet/reports/report-builder/create-filter-criteria-to-control-data-in-report-builder.md): Smartsheetマニュアル｜Smartsheetのレポートビルダーでフィルター条件を設定し、条件に基づいて特定のデータ行を表示する方法を説明します。
- [データをグループ化してレポートビルダーで結果を整理する](https://manual.dxable.com/smartsheet/reports/report-builder/configure-grouping-to-organize-results-in-report-builder.md): Smartsheetマニュアル｜Smartsheetレポートでデータをグループ化し、分かりやすい手順で結果を整理し、分類する方法を説明します。
- [レポートビルダーを使用してレポート結果を並べ替える](https://manual.dxable.com/smartsheet/reports/report-builder/sort-your-report-results-with-report-builder.md): Smartsheetマニュアル｜レポートビルダーでライセンスを持つユーザーの並べ替えルールを使用してSmartsheetレポートデータを整理する方法を説明します。
- [レポートビルダーを使用してコンテンツを要約して重要な情報を抽出する](https://manual.dxable.com/smartsheet/reports/report-builder/summarize-content-to-extract-key-information-with-report-builder.md): Smartsheetマニュアル｜サマリー関数を備えたSmartsheetのレポートビルダーを使用して、主要なデータを迅速に抽出して計算する方法を説明します。
- [レポート内の名前変更されたシート列を特定する](https://manual.dxable.com/smartsheet/reports/report-builder/renamed-columns-underlying-sheets.md): Smartsheetマニュアル｜データの一貫性を維持するために、Smartsheetレポートで名前が変更された列を追跡および管理する方法を説明します。


---

# 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://manual.dxable.com/smartsheet/reports/report-builder.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.
