> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/administrator-documentation/reports/creating-reports/creating-reports-using-custom-field-tables.md).

# Creating Reports using Custom Field Tables

Custom field tables behave differently than standard custom fields in reports. This lesson will show you how to create a report using them. Before attempting this, you should know how to create a [simple report](/administrator-documentation/reports/creating-reports/creating-a-basic-report.md), a [report with custom fields](/administrator-documentation/reports/creating-reports/creating-a-report-using-custom-fields.md), and a [report with conditions](/administrator-documentation/reports/creating-reports/creating-a-report-with-conditions.md).

{% stepper %}
{% step %}

### Add the custom field table entities

<figure><img src="/files/AKDHSwqnehKIgW24N9r7" alt=""><figcaption></figcaption></figure>

To add a column from a custom field table to a report, ensure that you add the correct entities when creating the report. These entities can be found under **CustomFieldGroupTable** in the **Admin Tables** section.

First, add **CustomFieldGroupID** as a condition. Then add the columns from the table that you want to display in your report.

The following steps show you how to locate your custom field table ID value and columns for creating reports. Once these have been added, you can complete the report as normal.
{% endstep %}

{% step %}

### Find the custom field group ID

<figure><img src="/files/s34z145oIGi2VNSCZ4Iv" alt=""><figcaption></figcaption></figure>

To locate the custom field table ID, hover your mouse over the custom field group that contains the table—in this case, **Client Customers**.

The field group ID number will be displayed in the URL that appears along the bottom edge of your screen. In this example, the ID is **1213**. Enter this number as the condition for your custom field group ID to select this custom field table for your report.
{% endstep %}

{% step %}

### Find the column number

<figure><img src="/files/85mS9dt2Kh6XEaZOvlF5" alt=""><figcaption></figcaption></figure>

The column numbers for your report are sequential: the leftmost column is **Column 1**, the next is **Column 2**, and so on.

If you are unsure, hover your mouse over the column you wish to include and the column number will be displayed in the URL.
{% endstep %}

{% step %}

### Complete the custom field table report

<figure><img src="/files/BJfKvO3pPvTO3RfptVyM" alt=""><figcaption></figcaption></figure>

When you run a report including custom field group columns, they will be displayed exactly as standard columns within the report.
{% endstep %}
{% endstepper %}


---

# 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://docs.agilecase.com/administrator-documentation/reports/creating-reports/creating-reports-using-custom-field-tables.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.
