# Default values

### Why are default values important?

{% hint style="success" %}
Default values in data input fields improve data consistency and reduce user errors across reports. By pre-filling common or expected entries, they serve as a guide for users to enter expected values.
{% endhint %}

### 1. Static default values

Static default values are predefined, fixed values that are automatically assigned to a data input field when no user input is provided. Static values remain the same for all rows. Select the **Static** option from the **Default Value** dropdown and enter the value in the **Value** dropdown.

In this example, a static default value of 2.5m is used for all the child rows.&#x20;

<figure><img src="/files/AW80VpqCDiP9UmitlWFi" alt=""><figcaption><p>Static default value for numeric data input</p></figcaption></figure>

### 2. Default values from measures

You can use existing measures from your report as default values for data input fields. For instance, the Plan can be used as the default value for the Budget field, as shown in the example.

Select **Measure** from the **Default Value** dropdown and **Plan** from the Value dropdown.

<figure><img src="/files/nTWKDP38wKKVwCoGAhEI" alt=""><figcaption><p>Using a measure to set default values</p></figcaption></figure>

### 3. Default values from dimensions

For data input types such as text or single select, you can use dimension values as default values. Select **Dimension** from the **Default Value** dropdown and select the dimension from the **Value** dropdown. In this example, we've used 'Level 0 Description' as the default value for the Account SubType text field.

<figure><img src="/files/gKhOhAS70OxC1hCJXP54" alt=""><figcaption><p>Using dimensions as default values</p></figcaption></figure>

### 4. Default values from text data input columns

In business reporting, you may need to source default values from existing data input columns. Select the **Column** option from the **Default Value** dropdown and the text column from the **Value** dropdown.

In this example, the text data input field *Transaction Type* is used to set default values for the single select columns.

<figure><img src="/files/TDi2hnuocYGSa3Bi2FtS" alt=""><figcaption><p>Default values for the single select are sourced from the text column</p></figcaption></figure>


---

# 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.inforiver.com/working-with-inforiver/4.-adding-business-logic-and-formulae/insert-manual-input-columns/default-values.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.
