# Understanding the Node Components

Nodes are the building blocks of the hierarchical tree/table model.&#x20;

In the tree view, just like a tree, there is a top node that branches out to multiple nodes. Each node represents a value driver or a KPI or a category name along with several performance metrics.

In the table view, the nodes are presented in the form of a hierarchical table with total and individual period values, in which the levels can be expanded or collapsed.

In this section, let's see about the components of a node in detail.&#x20;

<figure><img src="/files/VZUjdLAVXVeVGgoCmcI8" alt=""><figcaption><p><strong>Node Components</strong></p></figcaption></figure>

<table><thead><tr><th width="95">S. No.</th><th width="264">Component</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>Node Name</td><td>Every node is identified by its name which can be a value driver or a KPI or a category name.</td></tr><tr><td>2</td><td>Node Value</td><td>The primary value in the node is the baseline value which is the total of the node's baseline series.<br>On a simulated node, this value represents the simulated value. </td></tr><tr><td>3</td><td>Absolute Variance</td><td>Absolute Variance is the difference between the Baseline Series and Comparison Series in absolute numbers.<br>On a simulated node, it represents the difference between the Simulated Series and Comparison Series in absolute numbers.</td></tr><tr><td>4</td><td>Percentage Variance</td><td>Percentage Variance is the difference between the Baseline Series and Comparison Series in percentage.<br>On a simulated node, it represents the difference between the Simulated Series and Comparison Series in percentage.</td></tr><tr><td>5</td><td>Sparkline Chart</td><td>A sparkline chart is available on each node which shows the trend. On simulation, the chart changes dynamically to show the new trendline as a solid line along with the old trendline as a dotted line.</td></tr><tr><td>6</td><td>Conditional Formatting</td><td>A color band is present at the top of the node which indicates favorable or unfavorable value or variance, if configured in the node settings window for that node.</td></tr><tr><td>7</td><td>Simulation-disabled icon</td><td>This symbol on a node indicates that the node is disabled for simulation and the node value can not be simulated. <br><br><strong>Note:</strong> To enable simulation for a node, go to the <a href="/pages/XZI8iAj4AfUR6AwSnFil#3.1.-simulation-method"><strong>Simulate</strong></a> section of the Node Settings window and change the Simulation Method from <em>None</em> to any other method.</td></tr></tbody></table>

{% hint style="info" %}
**Note:**

**Baseline series** is the primary series on which the simulations are performed.

**Comparison series** is the series against which the Baseline is compared. It is optional to have a comparison series while creating a scenario.
{% endhint %}

In the below image, there are two series available, Baseline and a Comparison.&#x20;

* Baseline and Comparison series can be a data series or any plan series that has been created by the user.
* Simulations are done on the baseline series only.&#x20;
* You can have no comparison series, or you can have any existing series as a comparison series that you can pick from the dropdown.

<figure><img src="/files/xpHCYlBi79h0cgq0irF1" alt=""><figcaption><p><strong>Baseline and Comparison Series</strong> </p></figcaption></figure>

## **Other Pop-up Features**

Let us see some more features that pop-up when you hover your mouse over the nodes. There are three options available in the top right corner: [Focus Node](https://docs.valq.com/simulate/pages/mvRvAD7RkS13NSLAhFXT#9.-focus-node), [Add Note](https://docs.valq.com/simulate/pages/mvRvAD7RkS13NSLAhFXT#10.-add-note) and a three-dot dropdown menu. Within the menu we have Edit Node, [Add to KPIs](https://docs.valq.com/simulate/pages/mvRvAD7RkS13NSLAhFXT#2.-kpis) and [Add to Key Inputs](https://docs.valq.com/simulate/pages/mvRvAD7RkS13NSLAhFXT#1.-key-inputs) options.

<figure><img src="/files/kQcUbDXYrdlsy9fHpHFI" alt="" width="375"><figcaption><p><strong>Node-Other Components</strong></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.valq.com/simulate/understanding-the-node-components.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.
