# Custom Fields

Report Pundit lets you fine-tune your reports with custom fields. Expand the capabilities of your Shopify reporting by adding *Calculated* and *Static* fields alongside default ones. Add to the insights given by your reports by further drilling down on your Shopify store data.

### How to Enable This Feature

Custom Columns are disabled in Report Pundit by default for both new and existing users. It will be enabled by our technical support team from the back-end upon request. This is a one-time process. Once successfully enabled, you can create and edit custom columns as required.&#x20;

## :point\_right:How to Add Custom Fields

To create a custom field, click on **Add Columns**  above the first data row in a report. Then, click on **Add Custom Column** option as shown below.&#x20;

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

In the drop-down menu displayed, choose **Calculated** or **Static** as required. Next, you'll see a pop-up box where you can give your field **a name** and:

* Add a **Static Value** if you're creating a static field
* Add **SQL code** to create a calculated field, along with one of these format options:

1. **String**: For adding **alphabets, numbers, or alphanumerical** inputs. Numbers added *won't have numerical values* and cannot be used for definite measure.
2. **Number**: For adding numerical values to the column.
3. **Boolean**: For adding **Boolean operators,** such as '1' representing 'True' and '0' representing 'False'.
4. **Date & Time**: For adding **date, day, and time** inputs to your field.

#### We have categorized Custom Fields into two types:

{% content-ref url="/pages/-MVZJc5gdBhd80U5dh4V" %}
[Calculated Columns (Fields)](/knowledge-base/report-creation/customized-reports/custom-fields/calculated-fields.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MVZJftQfLbOWSwn-SRt" %}
[Static Field](/knowledge-base/report-creation/customized-reports/custom-fields/static-fields.md)
{% endcontent-ref %}


---

# Agent Instructions: 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://docs.reportpundit.com/knowledge-base/report-creation/customized-reports/custom-fields.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.
