> For the complete documentation index, see [llms.txt](https://docs.innofalls.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.innofalls.com/getting-started/data-fields.md).

# Data Fields

The Innofalls visuals offers several data fields, most of which are optional. Depending on your requirements, you need to fill different fields. The following list gives you a quick abstract for each data field. [See our quick examples list, for sample configurations.](/examples/quick-examples.md)

<table data-header-hidden><thead><tr><th width="252">Field</th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><img src="/files/1ldh7Vk48VYqFkzJyeGT" alt="Levels" data-size="original"></td><td><p><strong>Levels</strong><br><em>Required. Dimensions. One or more.</em></p><p>Put here the dimensions you want build up the waterfall with. These are the dimensions for which you can do a drill down. Each additional dimension becomes the breakdown of the dimension above.</p></td><td></td></tr><tr><td><img src="/files/2Dmah9nIGQ2Elcdwy1cR" alt="Stack / Columns"></td><td><p><strong>Stack / Columns</strong><br><em>Optional. Dimension. Up to one.</em></p><p>If you fill this field, the visual uses the dimension to build a stacked waterfall or stacked bar chart (in stack mode) or creates multiple columns (in column mode) for each member of the dimension.</p><p>You can switch between columns or stack anytime in the chart type menu.</p></td><td></td></tr><tr><td><img src="/files/Jt3wLR02mgUCqf2s0OSQ" alt=""></td><td><p><strong>Values</strong><br><em>Required. Measures. One or more.</em></p><p>Here you fill in the values of your chart. If you add multiple measures, the chart <strong>stacks</strong> the values of each category.</p></td><td></td></tr><tr><td><img src="/files/pJ61ds1zZoriy2nATDA9" alt=""></td><td><p><strong>Values From</strong><br><em>Optional. Measures. None or more.</em></p><p>If you add values in here, the waterfall calculates the deltas between measures. The delta is calculated between the sum of “Values From” and the sum of “Values”.</p><p>Stacked Bar Charts show a second column, if this field is filled.</p><p><em><mark style="color:red;"><strong>Note:</strong></mark><strong> </strong><strong>The waterfall chart can’t be set to “Running Totals” if you fill this field.</strong></em></p></td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td><img src="/files/bKnDkl9zqLAm1fs64nmI" alt=""></td><td><p><strong>Delta 1</strong></p><p><strong>Delta2</strong></p><p><strong>Delta 3</strong></p><p><em>Optional. Measures. Exactly two.</em></p><p>All delta fields behave the same.</p><p>If filled with two measures this adds a deviation companion chart to your base chart. It calculates the deviation between those two measures for each category of the current base chart. By default, the deviation chart calculates the absolute deviations between the two measures. You can switch to percentage or absolute waterfall deviation in the menu.</p></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.innofalls.com/getting-started/data-fields.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
