# Calculated Rows

In this section, you can create and configure calculated rows in Finance Tables.

Calculated rows allow you to add extra rows to grouped data, based on your own formula.

> Calculated rows are only available when at least one row grouping is active.

### **Make a calculated row**

* **Make a calculated row:** Add a new calculated row to the table.

#### **Row display name**

* **Row display name:** Change the name shown in the table.

#### **Group field**

* **Group field:** Select the grouped field where the calculated row should be added.

#### **Group member subtotal**

* **Group member subtotal:** Select the group value where the calculated row should be inserted.

#### **Output columns**

* **Output columns:** Select the measure columns that should receive the calculated result.

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

**Formula**

Use the formula field to define the value of the calculated row.

Type **@** to insert group references.

This can be used, for example, to calculate the share of **Furniture** compared to the **Grand Total** for each selected output column.

```
@{Category:Furniture}/@{GrandTotal}
```

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

**Formatting**

Calculated rows also have their own formatting options.

These include:

* **Label alignment**
* **Value alignment**
* **Number format**
* **Conditional coloring**
* **Positive and negative value formatting**
* **Precision**
* **Prefix**
* **Suffix**

**Conditional coloring**

Calculated rows can also use conditional coloring for the output values.


---

# 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.infotopics.com/finance-tables/configuration/configuration-screen/data-tab/calculated-rows.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.
