---
title: "Calculation View"
source_url: https://support.lucanet.cloud/en/documentation/xbrl-tagger/xbrl-document/calculation-view
language: en
last_updated: 2023-08-16
---
# Using the Calculation View

## Overview

XBRL calculation linkbases define mathematical relationships between financial statement elements (e.g. total assets = current assets + non-current assets). These relationships must be correct for the report to pass regulatory validation (e.g. ESEF).

XBRL Tagger provides a dedicated side panel, the **calculation view**, to:

- Display and edit calculations
- Display details
- Add and remove summands

## Opening the Calculation View

Open the calculation view by clicking the icon in the sidebar:

Open calculation view

The calculation view is displayed as follows:

Calculation view in XBRL Tagger

{% warning-box %}
The **calculation view** only contains values after you have selected a cell with a calculated value in a table in the current document.

If the calculation view does not display any values, select a calculated value first.
{% /warning-box %}

## Editing Calculations

To edit calculations:

{% stepper %}
{% stepper-step %}
Activate the **Edit enabled** option.

Calculation mode in edit mode
{% /stepper-step %}
{% stepper-step %}
If necessary, use the drop-down list under **Calculated value** to change the sign (e.g. whether a summand is added to or subtracted from the total). The following options are available in the drop-down list:

| Option | Description |
|---------|---------|
| None | Value has no sign |
| As Reported | Sign remains as reported |
| Reverse | Value has the opposite sign |
| Always positive | Value always has a positive sign |
| Always negative | Value always has a negative sign |
{% /stepper-step %}
{% stepper-step %}
If necessary, change the **Weight** option. **Weight** can be set to **1** or **-1** and is an additional option to change the sign.

'Weight' in the calculation view

{% idea-box %}
The **Weight** option is only available when either the element or the total element has the balance type **Unknown**.

For debit values, Weight is always -1; for credit values it is 1. Because **Unknown** can be either, you can set the balance type yourself.
{% /idea-box %}
{% /stepper-step %}
{% /stepper %}

## Displaying Details

In the calculation view, you can activate **Full details** to display additional technical information for each summand.

Full details help you check that values were parsed correctly and the correct taxonomy elements were applied, for example when taxonomy labels are ambiguous. The following additional information is displayed:

- The parsed value read from the source document, without applying **weight** or **sign logic**.
- The technical name (the XBRL taxonomy element identifier).

Calculation view with details

## Adding Values to a Calculation

You can add more values from tables to a calculation. To do this:

{% stepper %}
{% stepper-step %}
Select the value or values in the table that the calculation belongs to.
{% /stepper-step %}
{% stepper-step %}
In the calculation view, click **Add selection**.

Add selection
{% /stepper-step %}
{% stepper-step %}
The values selected in the table are added to the calculation.
{% /stepper-step %}
{% /stepper %}

## Deleting a Calculation or Value

You can remove individual values from a calculation or delete the entire calculation by clicking the icon.
