# Running / Intermediate Total Waterfalls

A running total waterfall chart is effective in visualizing how different components contribute to a cumulative total over time or across various categories. This type of chart starts with an initial value, which serves as the baseline. As you add or subtract subsequent values, the chart visually demonstrates how each individual component affects the overall cumulative total. This method is particularly useful for financial analysis, such as income statements, where it’s crucial to understand the impact of each revenue and expense item.

{% hint style="info" %}
The running total waterfall chart is the default setup for Innofalls Charts. It will be chosen automatically if applicable or you can set it manually:

<img src="/files/JJR11hMJOrsescFNyvqU" alt="" data-size="original">
{% endhint %}

## **Example Use Cases:**

<table data-card-size="large" data-view="cards" data-full-width="true"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Income Statements</strong></td><td>Perfect for illustrating how different revenue and expense items add up to the net income.</td><td></td><td><a href="/files/d5rUzNKBnjvYQh7MH9vi">/files/d5rUzNKBnjvYQh7MH9vi</a></td></tr><tr><td><strong>Project Management</strong></td><td>Visualize the accumulation of costs or resources over the duration of a project to monitor progress and identify potential issues early.</td><td></td><td><a href="/files/HpK5ff8awT4arT9pgFxx">/files/HpK5ff8awT4arT9pgFxx</a></td></tr></tbody></table>

The chart begins with an initial value, such as the starting revenue or initial balance. From there, each bar in the chart represents an incremental step, either positive or negative, showing how individual items contribute to the total. For example, in an income statement, you might start with total revenues, then subtract costs of products, costs of services, and other expenses to arrive at a net income figure.

By effectively utilizing intermediate totals, you can gain a clear and concise summary of key data segments. In the next section, we will explain the two types of totals: **intermediate totals** and **subtotals**.


---

# 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.innofalls.com/chart-types/waterfall-charts/running-intermediate-total-waterfalls.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.
