# Fields

The fields defined for the selected model or sheet, along with their properties/attributes are prepopulated here. On expanding each fields, all its attributes are listed below.&#x20;

<img src="/files/jUNbwobBQg8hCsHp5hZZ" alt="" data-size="line"> Mandatory Attribute (ID): Each field has a mandatory attribute known as the ID. This attribute is indicated by a key icon in front of it. The ID uniquely identifies the field within the model.

<img src="/files/I4MZOycyy9tCAeYGlgDp" alt="" data-size="line"> / <img src="/files/dROVAZ6WS3FjL4HGB1s5" alt="" data-size="line">Other Attributes: Apart from the mandatory ID attribute, there are additional attributes associated with each field. These attributes are represented by a "cube" icon. These attributes provide further details or properties related to the field.

You can perform the following operations on each field attribute within the Report Details Pane:

* ![](/files/9ekOvLJVpTUyrN1GUvTF) **Move to Rows**: This action adds the attribute to the rows section of the layout. The attribute's values will be displayed as row headers in the generated report.
* ![](/files/jQA6bC5NqhBHrPc5c1q4) **Move to Columns**: This action adds the attribute to the columns section of the layout. The attribute's values will be displayed as column headers in the report.
* <img src="/files/oHqy14DTA48X6j0J32Hk" alt="" data-size="line"> **Move to Filters**: This action assigns the attribute to the filters section of the layout. The attribute can be used to filter or narrow down the data shown in the report based on user selections.
* <img src="/files/sdVc3vMlBrE52G5GBgDM" alt="" data-size="line"> **Search**: This search functionality allows users to enter keywords or terms related to the attribute they want to find.

## Operations on Data

**Copy**: To copy cell value

**Save as**: To save data as an excel sheet

**View Data Details**: This feature enables user to view a detailed breakdown of the values that build up the particular item.

**View Data History**:  This feature enables users to view the historical data for a particular row or item. It allows users to track and analyze the evolution of data for a specific item, providing insights into its previous states and modifications.

*Learn more about* [Fields](/process-definition/modelling/fields.md)


---

# 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://help.justperform.com/stories/snippets/design-pane/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.
