# Configuring Driver Inputs

Let us now see the steps to configure the drivers. The following options are available for configuration.

### **Driver**

This column lets you choose the drivers for the required nodes. The drivers can be chosen either from the current series or from any other data/plan series.

<figure><img src="/files/NzkvbiaWz592fyRdBcQG" alt=""><figcaption><p><strong>Configuring Driver</strong></p></figcaption></figure>

### **Driver Method**

This column lists the different ways in which you can link the node and the driver according to the input value.

<figure><img src="/files/IZVocA3kOyKp5GRhJTtK" alt=""><figcaption><p><strong>Driver Methods</strong></p></figcaption></figure>

Depending on the driver method selected, the node values are expressed in terms of the **driver** and the **input value** for all periods.

<table><thead><tr><th width="209">Driver Method</th><th>Explanation</th></tr></thead><tbody><tr><td>Multiplication</td><td>This multiplies the driver value and the input value.</td></tr><tr><td>Division</td><td>This divides the driver value by the input value.</td></tr><tr><td>Addition</td><td>This adds the driver value and the input value.</td></tr><tr><td>Subtraction</td><td>This subtracts the input value from the driver value.</td></tr><tr><td>Percentage of</td><td>This represents the node values as a percentage of the driver, specified in the input value column.</td></tr><tr><td>Growth by</td><td>This represents the node values as the growth rate of the driver. The growth rate is entered in the input value column.</td></tr></tbody></table>

### Input Value

In this column, you can enter the required numerical value.&#x20;

Driver methods like multiplication, division, addition and subtraction accept absolute numbers as input values.

<figure><img src="/files/Bq5whZStCbYQYGesj9gb" alt=""><figcaption><p><strong>Input Value as number</strong></p></figcaption></figure>

The 'percentage of' and 'growth by' methods automatically accept the numbers in a percentage format.

For the 'Growth by' method, the growth rate can either be an absolute number or in percentage. The percentage increase or decrease is specified by entering positive or negative numbers in the input value column respectively.

<figure><img src="/files/q6oeoAf8ZKQ74ErRlRQW" alt=""><figcaption><p><strong>Input Value as percentage</strong></p></figcaption></figure>

### Example 1

Suppose you want to configure the transport cost based on the headcount in the organization for Company A. Let us assume the transport cost is $1000 per head.

1. Within ***Company A***, click on the 'Select' dropdown in the **Driver** column beside the node *Transport Cost.*&#x20;
2. It has two dropdown lists. Click on the first dropdown list and pick the series from which you want to choose the driver values. For instance, let us choose 'Current Series'.

<figure><img src="/files/vUhWd5L2qOwetZqh7sFb" alt=""><figcaption><p><strong>Select the Series</strong></p></figcaption></figure>

3. Click on the second dropdown list to choose the 'HC' node as the driver for the 'Transport Cost' node. Ensure that you choose the HC node of the respective company/lineage.&#x20;

<figure><img src="/files/nlocBfjK66dthyXrNjow" alt=""><figcaption><p><strong>Select the Driver</strong></p></figcaption></figure>

**Note:** You can click 'Reset to Default' to clear the choice and start configuring again.

4. Since the headcount is a factor for the transport cost, the **driver method** is selected as 'Multiplication'.
5. Per head transport cost is given as the **input value**. Click on the input value cell, key in the number '1000' and then press enter to input the value.

<figure><img src="/files/mXuVOG21u1EFlXcpAlIF" alt=""><figcaption><p><strong>Driver Configured</strong></p></figcaption></figure>

Now you have configured a driver for the transport cost. In the same way, you can configure as many drivers as required in your plan.

### Distribution Method

The new total of the driver nodes (leaf nodes) can be distributed by their current weight or equally or can be custom distributed. These three options are available in the distribution method as shown below.

<figure><img src="/files/PYToIxxHxa9XP4rMhbPc" alt=""><figcaption><p><strong>Distribution Methods</strong></p></figcaption></figure>

The value to be distributed is entered in the **Input Value** column and then the distribution option can be chosen.

Distribution can be done for any of the leaf nodes with or without the driver input configuration. Find below the examples for the same.

### Example 2

The below example shows the new value of sales ($140m) being distributed to the periods equally. The *Sales* node and the corresponding result nodes at the top are disabled for further allocations.

<figure><img src="/files/rj4Vnbb8oBsQISpsuEv0" alt=""><figcaption><p><strong>Equal Distribution</strong></p></figcaption></figure>

### Example 3

In this example, the *Other Revenue* node is driven by a percentage of the driver node which is the *Sales* node.

By default, the total is distributed by current weights as shown below.

<figure><img src="/files/mpbZPYhZ7phk3qPi0fhH" alt=""><figcaption><p><strong>Other Revenue is driven by Sales node</strong></p></figcaption></figure>

&#x20;It can be custom-distributed if required.&#x20;

<figure><img src="/files/4JcPvFVvsqUByI4QtOFM" alt=""><figcaption><p><strong>Custom Distribution</strong></p></figcaption></figure>

{% hint style="info" %}
Distribution of the total is applicable only for the 'percentage of' and 'growth by' driver methods. This is because other arithmetic methods (Addition, Subtraction, Multiplication and Division) perform period-wise calculations first and then aggregate the total.
{% endhint %}

To configure a bunch of drivers simultaneously, you can use the Bulk configure option which is explained in the next section.&#x20;

We'll also explore the configuration of template key drivers and other features in the upcoming sections.


---

# 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.valq.com/plan/driver-based-planning/configuring-driver-inputs.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.
